showModalDialog icon indicating copy to clipboard operation
showModalDialog copied to clipboard

Not able to pass dialog arguments to dialog page. It always received null at dialog side.

Open prempyadav opened this issue 8 years ago • 2 comments

Not able to pass dialog arguments to dialog page. It always received null at dialog side.

prempyadav avatar Sep 28 '16 08:09 prempyadav

Could you provide a Proof of Concept?

niutech avatar Oct 09 '17 11:10 niutech

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim rr = arg.InnerHtml End Sub

Not getting argument value on page load

Shivani-Sinha26 avatar Jul 10 '23 11:07 Shivani-Sinha26