I have a Gridview in my ASP.NET Page and I have to save a value on editing a row and post that value To another page Without Using Session Or Query String.
I Should get that value in the Othe page With Request.form
I have a Gridview in my ASP.NET Page and I have to save a value on editing a row and post that value To another page Without Using Session Or Query String.
I Should get that value in the Othe page With Request.form
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.
Mahender PalPosted Oct 24, 2007, 7:53 AM
If u r redirecting ur page using page.redirect
then u can use like this page.redirect("secondpage.aspx?"+value);