Treeview 2.0 Always does postback

asp.net , db Denmark
  • 12 years ago

    Hi,

    I have a Treeview Control (v2.0) which I populate dynamically from a database. It works ok except that I want it to populate from the client. I have set

    TreeView1.PopulateNodesFromClient = true;

    but it always posts back the entire page. Each node also has

    childNode.PopulateOnDemand = true;

    I'm using IE 7 which supports this, also, when I hover over the expand buttons it shows the command as BLOCKED SCRIPT _doPostBack(...)

    Am I missing something?

  • 12 years ago

    Hellllloooooooo. Is there anybody out there?

    There goes another tumbleweed....

     

    Confused

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.” - Donald Knuth