Hai,
How to pass the label box text to the next page through the link.(i.e) when i click the label box it redirects to the next page & then the label box text is also passed.How to perform this,
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, 2:05 AM
HyperLink1.NavigateUrl="YourPage.aspx?_querystring1="+value1+"&_querystring2="+value2;
krithika muthukrishnanPosted Jan 5, 2011, 1:34 AM
sangmesh sangulagePosted Jan 5, 2011, 1:04 AM
you can use hyperlink in design mode infront of lable box and for sending data use query string or session.
let me know if I am wrong