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:RadScriptManager
ID
=
"RadScriptManager1"
runat
"server"
></
>
telerik:RadAjaxLoadingPanel
"RadAjaxLoadingPanel1"
/>
telerik:RadAjaxPanel
"RadAjaxPanel1"
Visible
"false"
LoadingPanelID
asp:TextBox
"TextBox1"
telerik:RadToolTip
"RadToolTip1"
RelativeTo
"Element"
TargetControlID
IsClientID
"true"
ManualClose
Text
"RadToolTip"
</
asp:Button
"button1"
onclick
"button1_Click"
protected
void
button1_Click(
object
sender, EventArgs e)
{
RadAjaxPanel1.Visible =
true
;
}