SharePoint Modal Dialog: passing values back and forth

Sometimes when using the SharePoint Modal Dialog we need to pass data to the dialog and receive data back from it. This is a little straight forward tutorial that shows how to do it. On Parent Page Use the property args to pass a parameter to the Dialog. On Modal Page The important piece of code here is the … Continue reading SharePoint Modal Dialog: passing values back and forth