A simple snippet to call the sharepoint popup modal dialog window with our custom page reference. <asp:Button ID="myButton" runat="server" OnClientClick="var options = {url: '/sitePages/pagename.aspx', Title: 'Title of the Form'};SP.UI.ModalDialog.showModalDialog(options);return false;" />
Sharepoint Call page form in a modal pop up window
- Display User Activites in a Sharepoint Web Part
- SharePoint Error : The following query failed: GetUserProfileByName
You are doing a good job Jay by sharing this useful SharePoint tricks with us. Keep up the good work.