Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; .NET4.0C; .NET4.0E)
Timestamp: Thu, 25 Aug 2011 13:07:22 UTC
Message: Sys.ArgumentNullException: Value cannot be null.
Parameter name: panelsCreated[7]
Line: 129
Char: 12
Code: 0
URI: http://vmrfri01/ScriptResource.axd?d=2TuO-4de3Cu2jy3GwiBJ9I354x-wa6kqKgnO8MqrHMQCNtAd_g7gknzZfooaXJe3O3k-3KBVsXHPIKGN0b4GONkdyHiZcbOp_H4nzrreccw2VN6Qxn_MHS2MJaxWOnUtFekVypqt0uE6Hi6aBatu4oYI0Sl47S4Hbt4BWJMq_rrbCbka0&t=ffffffffb6731f87
I have defined four slidingpanes in the slidingzone in the aspx file.
In the InitComplete event method I have added two new panes and removed one exisiting pane.
When I load the page, I get the error message.
When I only add panes all working fine without the error
Only when I have removed an existing pane the error occurs after page is loaded.
I'm using the the telerik version 2011.2.712.35
Any idea why the error occurs?
Best regards,
Ralf
d-velop.de
Sys.Application.add_load(initializeRadDockResources);
<!-- FULL NAME --><div class="FixedBlockCtrl" style="top:10px;left:60px;"> <asp:Label ID="lblFullNameB" cssclass="standardLabel" runat="server" Text="Name *" ></asp:Label> </div> <div class="FixedBlockCtrl" style="top:10px;left:100px;"> <telerik:RadTextBox ID="txtFullNameB" Label="" cssclass="standardTextbox" runat="server" Width="200px" > </telerik:RadTextBox> <asp:RequiredFieldValidator ID="reqFullNameB" runat="server" EnableClientScript="False" ControlToValidate="txtFullNameB"ToolTip="First and last names required" Display="Dynamic" Text="*" ErrorMessage="Enter the first and last names of the coordinator" Enabled="true" ></asp:RequiredFieldValidator> </div> <!-- EOF FIRST NAME -->
|
A |
B |
C |
||||
|
D |
E |
I |
||||
|
F |
G |
H |
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I would like to merge some of the columns.
Can you show me a sample code?
Thank you for your help.
Minkyu Lee.