or
<
div
style
=
"background-color:silver;height:300px;width:300px;padding:20px;"
>
<
div
style
=
"position:absolute;height:200px;width:200pxcolor:white;"
>
Hello World
</
div
>
</
div
>
When a Rad Window appears, the entire page reloads. That should not happen. This is happening for all Rad Windows
<
telerik:RadTabStrip
ID
=
"RadTabStrip1"
SelectedIndex
=
"0"
runat
=
"server"
MultiPageID="RadMultiPage1" Orientation="VerticalLeft" ontabclick="RadTabStrip1_TabClick">
</
telerik:RadTabStrip
>
<
telerik:RadMultiPage
ID
=
"RadMultiPage1"
runat
=
"server"
SelectedIndex
=
"0"
Height
=
"800"
Width
=
"800"
>
<
telerik:RadPageView
ID
=
"PageView1"
runat
=
"server"
>
</
telerik:RadPageView
>
</
telerik:RadMultiPage
>
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
|
Stack Trace:
|