Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fersotel

  1. fersotel

    Clent Side (JS) help needed RE .net 2.0 treeview control

    Thanks for helping, i'm pretty stuck with this right now. I have a stored proc with this SQL: select t.parent as parentnodeid, t.child as childnodeid, (select treeitem from treeitem where treeitemid = t.child) as ItemDesc, t.orderindex, t.treeid from tree t order by t.parent,t.orderindex I...
  2. fersotel

    Clent Side (JS) help needed RE .net 2.0 treeview control

    I've disabled the postbacks on the frame that has the treeview. When I click a node I have an event that fires in Javascript and passed a parameter to another frame in the webpage. Problem is, I don't know who to extract anything other than the selected node value, here is my code: function...

Part and Inventory Search

Back
Top