Re: My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?
- From: "Joerg Jooss" <news-reply@xxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 12:41:52 -0700
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
.
- References:
- My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?
- From: Jeff
- Re: My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?
- From: garethdjames@xxxxxxxxx
- Re: My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?
- From: Jeff
- My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?
- Prev by Date: DropDownList Bound to ArrayList of Custom Objects
- Next by Date: Re: Any help here???
- Previous by thread: Re: My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?
- Next by thread: Re: My Asp.net aspx page always reports HttpMethod is "GET" even it is "POST" from client, ?
- Index(es):
Relevant Pages
|