Further to this earlier post of mine, I encountered a new problem whereby I couldn't properly retrieve the value entered in the TextBox in the secondary RadWindow. Instead of the actual value entered, I was always getting "0" as the Text property.
So I read everything I could find including this and this but none of these solutions seemed to work.
I eventually resorted to using the TextBox's onblur event to store the final value entered into a HiddenField control on the page. I could then retrieve this value successfully from my server-side code.
But I'm wondering, is that the only (easiest?) way to pass back such a value from a secondary RadWindow?
Note: All of my RadWindows have Ajax UpdatePanels on them.
Robert
So I read everything I could find including this and this but none of these solutions seemed to work.
I eventually resorted to using the TextBox's onblur event to store the final value entered into a HiddenField control on the page. I could then retrieve this value successfully from my server-side code.
But I'm wondering, is that the only (easiest?) way to pass back such a value from a secondary RadWindow?
Note: All of my RadWindows have Ajax UpdatePanels on them.
Robert