Hai,
how to get a label box value from one page and display it in to another page,
for textbox i used that query string but for label box , i don't know how to do it,
Thank u
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishna GaradPosted Jan 5, 2011, 12:27 AM
like this
Response.Redirect("Secondpage.aspx?_textbox="+textbox1.text+"&_lablebox="+lable1.text");