I have a need to pass a value to a RadWindow that can be used by the aspx page being loaded within the RadWindow to determine what controls will be dynamically added to a placeholder control within the aspx page being loaded into the RadWindow.
I have no problem passing the value in, but it appears there is a timing issue... meaning, if I use the onload event of the html body of the aspx to call a javascript method that gets the argument from the window... it is already too late now to use that value in the code behind of the aspx page being loaded within the RadWindow.
Is it possible to get the argument from the RadWindow using serverside code within the aspx being loaded so that I can be sure to have the value available at the right time in the Page Life Cycle to use it? ...or maybe there is some other solution?
Please advise.
Thanks!
Michael
I have no problem passing the value in, but it appears there is a timing issue... meaning, if I use the onload event of the html body of the aspx to call a javascript method that gets the argument from the window... it is already too late now to use that value in the code behind of the aspx page being loaded within the RadWindow.
Is it possible to get the argument from the RadWindow using serverside code within the aspx being loaded so that I can be sure to have the value available at the right time in the Page Life Cycle to use it? ...or maybe there is some other solution?
Please advise.
Thanks!
Michael