-
control
Hi,
It will be helpful to get your ideas on the following:
I am supposed to start a project which will basically involve doing a search and then drill down into that search and then further drill down into that second search.
My thoughts are using a TreeView control in vb.net using windows application.
So, should I do this in windows or should I do this project in asp.net using vb.net? I believe using a TreeView in asp.net is not easy. what do u think? if u recommend doing this project in asp.net, then what shall I use as an alternative to the treeview control, i.e. several datagrids, etc...?
Thanks guys
-
I would just use 1 datagrid, and have an option to 'search within' the search results.