Hi
please assist me the link edit and delete the database records useing tree view control
Hi siddangoud,
According to your description, i think you could not operate the treeview control directly(in normal treeview), but you could check this tutorial about how to achieve it:
ASTreeView - Free ASP.NET TreeView Control:
https://www.codeproject.com/Articles/43057/ASTreeView-Free-ASP-NET-TreeView-Control
About how to populate the treeview through the database and operate database, please check the following tutorials:
https://www.aspsnippets.com/Articles/Populate-Bind-TreeView-from-database-in-ASPNet.aspx
http://www.dotnet-stuff.com/tutorials/adonet/crud-operations-using-ado-net-and-C-sharp-in-asp-net
Best Regards,
Eric Du