how to transfer data between asp.net web pages?

Tohoru san

New member
hello,

here's what i want to do:
i made a list using treeview ,the nodes of these trees are suppose to be hyperlinks .When i click one the nodes i want to send the id of this node to another page .
The other page receive the id and then use it for searching or anything .

my question is how to send the id of the nodes ??

P.S: i'm working with visual web developer and i'm using asp.net.
 
Back
Top