D
David
Using ASP.Net 2.0 and VS 2005.
I have a search page that has server controls, (textboxes, dropdownlists,
etc.) that are used for searching and returning data in a GridView. One of
the GridView columns is a bound HyperLink that sends me to a new aspx page.
However, when I try to use Request.Form to get contents of the controls in
the search page all requests are blank. Is this because the hyperlink does
not do a Redirect? and thus the Request.Form is not available? If so, is
there an alternative way to accomplish this? I really like using the
hyperlink. Thanks.
David
I have a search page that has server controls, (textboxes, dropdownlists,
etc.) that are used for searching and returning data in a GridView. One of
the GridView columns is a bound HyperLink that sends me to a new aspx page.
However, when I try to use Request.Form to get contents of the controls in
the search page all requests are blank. Is this because the hyperlink does
not do a Redirect? and thus the Request.Form is not available? If so, is
there an alternative way to accomplish this? I really like using the
hyperlink. Thanks.
David