Hi
I am trying to set a view from a multiview as an updated control in rad ajax manager.
This is the aspx
Stack Trace:
many thanks
I am trying to set a view from a multiview as an updated control in rad ajax manager.
This is the aspx
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="btnSubmit">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="vwSuccess" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
When the page runs i get this error
Controls added to a ViewCollection must be of type View.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Controls added to a ViewCollection must be of type View.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
many thanks