Search

You searched for the word(s): userid:335892

Matching Posts

  • Re: TreeView problems: limited AutoPostBack / LinkButton in Node / multiple trees

    I have had the same problem. I managed to find a workaround, not very elegant though. Code is in C# in .aspx make Treeview1.AutoPostback = false add an hidden input field (tbSelectedNode), don't forget to make it RunAtServer add a asp:Button (btnPost), I made this 1px high 1px wide so you can't see it add a javascript function in the HEAD section for the events to handle <script type="text/javascript"> function nodepostback() { var postback = document.getElementById('btnPost'); var
  • Re: Selective Postback from TreeView?

    I have had the same problem. I managed to find a workaround, not very elegant though. Code is in C# in .aspx make Treeview1.AutoPostback = false add an hidden input field (tbSelectedNode), don't forget to make it RunAtServer add a asp:Button (btnPost), I made this 1px high 1px wide so you can't see it add a javascript function in the HEAD section for the events to handle <script type="text/javascript"> function nodepostback() { var postback = document.getElementById('btnPost'); var
Page 1 of 1 (2 items)