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
<
asp:Button
ID
=
"Button1"
runat
"server"
OnClientClick
"doPostBack()"
/>
telerik:RadUpload
"RadUpload1"
></
>
telerik:RadProgressManager
"RadProgressManager1"
telerik:RadProgressArea
"RadProgressArea1"
<script type=
"text/javascript"
function
doPostBack() {
$telerik.$(
".RadUpload"
).css(
"visibility"
,
"hidden"
);
__doPostBack(
""
}
</script>