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
<%@ Page Language="C#" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<
script
runat
=
"server"
>
protected void Page_Load(object sender, EventArgs e)
{
Panel1.Style.Remove("display");
}
</
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
html
xmlns
"http://www.w3.org/1999/xhtml"
head
meta
http-equiv
"content-type"
content
"text/html;charset=utf-8"
/>
title
>RadControls</
body
form
id
"form1"
before
asp:Panel
ID
"Panel1"
style
"display:none"
telerik:RadScriptManager
"RadScriptManager1"
telerik:RadSkinManager
"RadSkinManager1"
ShowChooser
"true"
after