Description Refresh the TreeView with data bound using database based on changes made with TreeView editing. You can refresh the nodes from client and server side as follows. Solution Server side The Treeview control is refreshed by the data rebinding process in server side. When any change is done in the Treeview control, it rebind the data from database. The database is rendered in Treeview by the TreeViewdata() method, and Treeview node can be refreshed from the database using DataRefresh() method. TreeviewRefresh() method is used to refresh the TreeviewNodelist and bind the nodes to Treeview control. To update the database, you can use TreeView1_NodeRenamed() and data is added to the database from the Treeview control. You can use button as shown in the following code example to add a node in Treeview. ASPX
ASPX.CS Client side The Treeview control is refreshed by the Refresh() function. EnableCallbacks property is set to true in Treeview to refresh the data. You can use the advance button to trigger Refresh() function when you click the button. Refer the following code example. ASPX
|
This page will automatically be redirected to the sign-in page in 10 seconds.