Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
telerik:RadWindowManager
ID
=
"RadWindowManager1"
runat
"server"
>
Windows
telerik:RadWindow
"RadWindow1"
</
<script type=
"text/javascript"
function
pageLoad() {
var
win = $find(
"<%=RadWindow1.ClientID %>"
);
win.setUrl(
"2radwindow.aspx"
win.Show();
}
</script>
form
id
"form1"
dir
"rtl"
div
telerik:RadButton
"RadButton1"
Text
"OpenWindow"
OnClick
"RadButton1_Click1"
"RadWindow2"
ContentTemplate
RadWindow
protected
void
RadButton1_Click1(
object
sender, EventArgs e)
{
RadWindow2.VisibleOnPageLoad=
true
;