hai,
i want to pass a query string more than two page through link,how to do 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.
jaymeen patelPosted Jan 11, 2011, 8:12 AM
page load ebent of pageB.aspx
viewstate["sample"]=request.querystring["frompageA"];
step-2
redirecting to pageC.aspx
response.responce.redirect("pageC.aspx?frompageB="+viewstate["sample"]);
thanks,
jaymeen patel
Amit ChoudharyPosted Jan 11, 2011, 7:06 AM
Thanks.