Tagged Questions
0
votes
2answers
480 views
How can i get ModalDialog.args in aspx-page codebehind?
I have a button, that opens Modal Dialog using SP.UI.ModalDialog.showModalDialog(options)
Options contains field "args".
I can read this "args" using window.frameElement.dialogArgs in javascript code ...