Are the <asp:hidden> fields I have assigned to asp.net form
inaccessible when I load that window as a child window with
RadWindowManager?
When loaded on its own, my form can access the hidden fields using the getElementById() method. However, when the form is launched as a Popup window with RadWindowsManager null is returned when the same script is executed. Is this an ASP.Net issue, or do I need to do something differently clientside, such as obtain the RadWindow first via the API. Thanks in advance.
When loaded on its own, my form can access the hidden fields using the getElementById() method. However, when the form is launched as a Popup window with RadWindowsManager null is returned when the same script is executed. Is this an ASP.Net issue, or do I need to do something differently clientside, such as obtain the RadWindow first via the API. Thanks in advance.