server controls javascript

  • Thread starter Alejandro Penate-Diaz
  • Start date
A

Alejandro Penate-Diaz

is there any documentation for the javascript generated by the server
controls? I need to make use of some of the treeview autogenerated
javascript in order to implement an ajax based solution to populate nodes
ondemand when the node's checkbox gets checked.
Is this possible?

Thanks,
Alejandro.
 
A

Alex D.

the javascript files are not included in the htlm but instead its url is
given as a parameterized reference. but anyways the whole bunch of code is
here: http://www.eggheadcafe.com/articles/System.Web.Resources.txt
at least for me thats not enough to figure it out how to populate nodes on
demand when a treeview's node checkbox is checked. I am sure it can be done
since currently it works when expanding/collapsing a node. I am thinking
maybe trying to generate the expand/collapse event capturing the checkbox's
onclick event in javascript, but I dont know yet how to identifiy the node
just by the checkbox thats clicked. but I am getting there!
 
E

Eliyahu Goldin

Alejandro,

You can always view the html source of rendered pages in your browser.
Usually, it is enough for understanding how a server control is rendered.

Eliyahu
 

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top