asp treeview

  • Thread starter Thread starter thomasp
  • Start date Start date
T

thomasp

I am using VS2005 to create my first asp.net web page. I am using the
treeview to display some information. I need to know how to add a button
next to some of the nodes. I assume this is the only way to add an ability
to do something beside open the node. Hope this makes sense.

Thanks

Thomas
 
The TreeView supports a Checkbox option such that a checkbox is associated
with the node. You could then have the use check the nodes they're interested
in and upon postback you see which ones are checked.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
Thanks for the suggestion. I am really needing something more like a
button. I need the abiltiy to add all files in a folder by clicking on the
folder node. The user can add single files by clicking the file, but I need
a way to add the entire folder at once.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top