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
You can use the asp timer as in the code bellow:
<
asp:Timer
runat
=
"server"
id
"UpdateTimer"
interval
"5000"
ontick
"UpdateTimer_Tick"
/>
asp:UpdatePanel
>
ContentTemplate
<telerik:RadTreeView ID="RadTreeView3" runat="server" MultipleSelect="true" EnableDragAndDropBetweenNodes="true" EnableDragAndDrop="True"
protected
void
UpdateTimer_Tick(
object
sender, EventArgs e)
{
RadTreeView3.DataBind();
}