or
| User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0) |
| Message: Sys.InvalidOperationException: Two components with the same id 'dnn_ctr466_ProjectItems_RadWindow1_C_RadAjaxPanel1' can't be added to the application. |
| Line: 4044 |
| Char: 59 |
| Code: 0 |
| URI: http://mysite.com/ScriptResource.axd?d=qr-JWAPlSw_PG_fBRvJ-SiEuS4djBj_SaOoatAKMs3TZe3kUSpNeAqXh25Mjn4IhJlouOn480u1-9iYlbSTecUf0MB7rsMw0M1hN9CF4krQ1&t=ffffffffec2d9970 |
| Message: Sys.InvalidOperationException: A control is already associated with the element. |
| Line: 6580 |
| Char: 49 |
| Code: 0 |
| URI: http://mysite.com/ScriptResource.axd?d=qr-JWAPlSw_PG_fBRvJ-SiEuS4djBj_SaOoatAKMs3TZe3kUSpNeAqXh25Mjn4IhJlouOn480u1-9iYlbSTecUf0MB7rsMw0M1hN9CF4krQ1&t=ffffffffec2d9970 |
| Message: Sys.ArgumentNullException: Value cannot be null. |
| Parameter name: handler |
| Line: 4723 |
| Char: 21 |
| Code: 0 |
| URI: http://mysite.com/ScriptResource.axd?d=qr-JWAPlSw_PG_fBRvJ-SiEuS4djBj_SaOoatAKMs3TZe3kUSpNeAqXh25Mjn4IhJlouOn480u1-9iYlbSTecUf0MB7rsMw0M1hN9CF4krQ1&t=ffffffffec2d9970 |
| <telerik:RadGrid ID="MyRadGrid" runat="server" DataSourceID="MyEntities" |
| AllowSorting="True" AllowPaging="True" AutoGenerateColumns="True" |
| OnSelectedindexChanged="Grid_SelectedIndexChanged" |
| OnItemCreated="Grid_ItemCreated"> |
| <MasterTableView DataKeyNames="Id" DataSourceID="MyEntities" CommandItemDisplay="Top" EditMode="InPlace"> |
| <CommandItemTemplate> |
| <telerik:RadToolBar runat="server" OnButtonClick="ToolBar_ButtonClick"> |
| <Items> |
| <telerik:RadToolBarButton runat="server" Text="Add" ImageUrl="~/Icons/Add.png" Visible='<%# MyRadGrid.SelectedIndexes.Count > 0 %>' /> |
| </Items> |
| </telerik:RadToolBar> |
| </CommandItemTemplate> |
| </MasterTableView> |
| <ClientSettings EnablePostBackOnRowClick="True"> |
| <Selecting AllowRowSelect="True" /> |
| </ClientSettings> |
| </telerik:RadGrid> |
| <telerik:RadAjaxManagerProxy runat="server"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="MyRadGrid"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="MyRadGrid" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManagerProxy> |