<asp:treeview> question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want TreeView don't generate onClick='doPostBack' method for all nodes and
leaves in my Tree. How can I realize this?
 
did you check the autopostback property of the tree view, because by defualt
it is false, so if did not change it to true it wont post back.
 
No, there is no autoPostBack property in ASP.Net 2.0 TreeView Control. It
was, it seems, in Microsoft IE controls. And by default ASP generates
_doPostBack method for nodes and laeves, if NavigationURL property of node is
null.
Another ideas?
 

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