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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.