J
Jeremy Ames
In classic ASP, when you wanted to process information on the server, you
could create an ASP page that had no HTML elements and do your processing
and then just redirect the page.
I am trying to do this with ASP.Net, but I am not having much luck. When I
try to redirect the page, the querystring and form collections of the
request object have problems.
What is the best way to accomplish this with ASP.Net?
could create an ASP page that had no HTML elements and do your processing
and then just redirect the page.
I am trying to do this with ASP.Net, but I am not having much luck. When I
try to redirect the page, the querystring and form collections of the
request object have problems.
What is the best way to accomplish this with ASP.Net?