events and delegates for a treview control

  • Thread starter Thread starter Vinki
  • Start date Start date
V

Vinki

hello everyone,

I have a treeview control defined in my user control. I want the values
seelcted on the treeview control on my aspx page. How can i achieve this.
 
I have a treeview control defined in my user control. I want the values
seelcted on the treeview control on my aspx page. How can i achieve this.

You mean you want to click a treeview node and have the value appear on the
page?

With a postback? Allow clicking on a node to initiate a postback. Grab
value. Display in a label.

Without a postback? Custom JavaScript added to control.

Not what you are asking? Clarify.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top