tags:

views:

33

answers:

1

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

A: 

here is a good tutorial, assuming you are using sql2005 or later

http://aspalliance.com/1026_Building_a_TreeView_ResultSet_with_SQL_Server_2005.all

Glennular