Adding a DropDownList to an ASP.Net TreeView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I greet you all. Would you please help me. I am writing a web application in ASP.Net 2.0 that have to populate a TreeView with our Intranet's pages and their links. The homepage will be the Root and all the pages that the home links to will be Child nodes. Each TreeNode should have a DropDownList next to it, with 3 options (Update,Delete, Add New). So I just need your assistance on how to put a DropDownList next to a TreeNode, and how to get whatever is selected from the DropDownList. Your help will be appreciated. Thanks in advance khuzwayom
khuzym