Re: My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Jeff wrote:

> Yes, would you please suggest me some links to the related
> documentation about this designed behavior that I can't use Http POST
> to send request to an Aspx page?

Of course you can and you should (most of the time). What Gareth meant
to say is that in the ASP.NET model a page only sends requests to
itself, not to another page. Navigation is either performed by
Hyperlinks, Server.Transfer() or Response.Redirect().


Cheers,
--
http://www.joergjooss.de
mailto:news-reply@xxxxxxxxxxxxx
.



Relevant Pages