Re: Postback mechanism in asp.net
- From: bruce barker <nospam@xxxxxxxxxx>
- Date: Tue, 24 Jul 2007 08:53:06 -0700
asp.net checks if __VIEWSTATE is in the form data to determine if IsPostback is true.
asp.net pages can use either the get or post method, so thats not a reliable method. a post means the form data follows the headers, a get means its contained on the url as args. form data is passed as name value pairs. the content-type header specifies if there is form data.
-- bruce (sqlwork.com)
archana wrote:
Hi all,.
I am new to asp.net i want to ask some help about postback mechanism
of web page.
CAn anyone tell me how postback mechanism is handle by asp.net worker
process. Means why worker process know that this page is posted back
or this page is requested first time. Means which parameter of
httpwebrequest send this information.
If i am wrong please correct me,
thanks in advance.
- References:
- Postback mechanism in asp.net
- From: archana
- Postback mechanism in asp.net
- Prev by Date: Re: First AJAX PageMethod blocks second page method from executing
- Next by Date: Re: Windows - validation required - How do we do similar things from ASP
- Previous by thread: Re: Postback mechanism in asp.net
- Next by thread: javascript popup window and multiple parameters
- Index(es):
Relevant Pages
|