How to Configure TreeView to display data from SQL Server

Posted by Ani on Stack Overflow See other posts from Stack Overflow or by Ani
Published on 2010-04-28T22:11:38Z Indexed on 2010/04/28 22:17 UTC
Read the original article Hit count: 303

Filed under:
|

I have a Browser and I want to display history & favorites of user on webbrowser on button_Click event. Can I accomplish this by using treeview in my form? if not what other way i can use. Data about History and Favorites is stored in SQL server database.

Thanks, Ani

© Stack Overflow or respective owner

Related posts about treeview

Related posts about c#