Strong reprodusing of crash during submiting data
If I removing RadAjaxManager - everything goes ok. when it using - application crashing.
RadControls for ASPNET AJAX Q1 2008
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="rgEditGrid">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="rgEditGrid" />
<telerik:AjaxUpdatedControl ControlID="phError" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
Server Error in '/' Application.
Value cannot be null.
Stack Trace:
If I removing RadAjaxManager - everything goes ok. when it using - application crashing.
RadControls for ASPNET AJAX Q1 2008
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="rgEditGrid">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="rgEditGrid" />
<telerik:AjaxUpdatedControl ControlID="phError" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<
telerik:RadGrid ID="rgEditGrid" ........ </telerik:RadGrid>
<
asp:PlaceHolder ID="phError" runat="server"></asp:PlaceHolder>
Error description:
Server Error in '/' Application.
Value cannot be null.
Parameter name: key
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.ArgumentNullException: Value cannot be null.
Parameter name: key
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:
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433