D
David
I have a ASP.Net 2.0 page with a Gridview that contains a hyperlink column
that takes me to a new page and puts value of ID into a querystring and it
works fine. However, when I try to use Request.Form("control name") on the
new page to refer to contents of previous page, I get nothing. If I use a
redirect, all works fine. Does anyone have a solution? Thanks.
that takes me to a new page and puts value of ID into a querystring and it
works fine. However, when I try to use Request.Form("control name") on the
new page to refer to contents of previous page, I get nothing. If I use a
redirect, all works fine. Does anyone have a solution? Thanks.