Hi,
I have a page with several UserControls on it. Each Control Contains Dropdownlists and Textboxes.
When a user enters the page all Controls on it are disabled and the user has to press a button to switch all controls in edit mode.
To achieve this, every Usercontrol has an Enable method which is called in the edit button click method.
With RadAjaxManager I found no way to implement this. I can enable Controls that are placed directly on the page, but how can I enable the Usercontrols? The enable method is called but the Controls are not rendered because I cannot add a usercontrol to the RadAjaxManager. Is there a way to solve my problem?
Thanks in advance.
Peter
I have a page with several UserControls on it. Each Control Contains Dropdownlists and Textboxes.
When a user enters the page all Controls on it are disabled and the user has to press a button to switch all controls in edit mode.
To achieve this, every Usercontrol has an Enable method which is called in the edit button click method.
With RadAjaxManager I found no way to implement this. I can enable Controls that are placed directly on the page, but how can I enable the Usercontrols? The enable method is called but the Controls are not rendered because I cannot add a usercontrol to the RadAjaxManager. Is there a way to solve my problem?
Thanks in advance.
Peter