Hello,
I am looking for any examples or WebControls for a dynamic Navigation (TreeView) like in CMS-Systems. Where can I find something like that for NET 2.0 ? Many thanks for any help in advance!
Kind RegardsJ. Bauer
How do I do that???
I Have a textbox and want my treeview navigation to retrive the ID number that the user writes in the texbox and use in the treeview.
eg:
Id: 1234
In treview the links should be:
side1?ID=1234
side2?ID=1234
How do I do that?