I have a button which redirect to newform.aspx . I want the newform.aspx to be opened in a dialog box . currently i cannot see this thing opening in a popup , hw to achieve this ?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
A simple example:
You can read more about SP.UI.ModalDialog at http://msdn.microsoft.com/en-us/library/ff408909.aspx |
|||||||||||
|
|
Found the solution , Visual Wp :Add below javascript
Page load :
after button click your changes should be updated so write below code in page load
|
||||
|
|