1
Answer

Add event to child node of treeview

Photo of Eric Lou

Eric Lou

8y
284
1
hi elders!
         
 
               can you tell me about how to put event on the child nodes of treeview?i'm stuck about that.
 
 thanks you. 

Answers (1)

0
Photo of Abie Jose
NA 17 39.3k 13y
Using a Query string you can pass values of current page's control to another page


Response.Redirect("SecondPage.aspx?value1="& Textbox1.text &" &value2 = "& Textbox2.text &" ")


and in the secondpage.aspx you can retrieve this value with the following code

request.querystring("Value1")