VB.NET and XML
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I want to display a tree structure with the help of treeview control.My data is stored in database.It takes much time to retrive data from database and show it in treeview control. Can i use XML to build the tree and show in the treeview control.If yes please tell me how with source code