Just started using the radwindow and I was looking for some general info.
Here's the scenario: Creating a generic dialog for any page to use. The idea is that the calling page would send in some parameters, and the generic dialog would load up it's data and behaviors based on those parameters. I have n number of parameters to send up so I'm shying away from querystring.
I found the arguement property of the window, but the problem is that i need these values on the server side on load so I can bind everything correctly.
The only thing i can think of is to do load the arguement values into some hidden's and then do another postback right away, to force a kind of double post on init, but ...ehh.
Is there a clean way to access the window's arguements on the server side on the window's first load? Thanks in advance for any help.
Here's the scenario: Creating a generic dialog for any page to use. The idea is that the calling page would send in some parameters, and the generic dialog would load up it's data and behaviors based on those parameters. I have n number of parameters to send up so I'm shying away from querystring.
I found the arguement property of the window, but the problem is that i need these values on the server side on load so I can bind everything correctly.
The only thing i can think of is to do load the arguement values into some hidden's and then do another postback right away, to force a kind of double post on init, but ...ehh.
Is there a clean way to access the window's arguements on the server side on the window's first load? Thanks in advance for any help.