Re: Postback mechanism in asp.net

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.

.



Relevant Pages

  • Submitting form data using POST method
    ... I have an application that is working fine on an XP machine submitting ... data from one ASP page to another using the POST method. ... I have enabled "submit unencrypted form data" in both IE ... security settings and in GP. ...
    (microsoft.public.windows.group_policy)
  • Re: cgi scripts
    ... Larry Adamiec wrote: ... > How do I get the form data to the MS window ASP script using the ... > POST method? ...
    (perl.beginners)
  • Re: Credentials and POST method with IO::Socket::SSL?
    ... I need to send form data to a secure server, using the POST method. ... I cannot find any examples of posting data using this module. ...
    (comp.lang.perl.modules)
  • Re: html processing
    ... does bash offer any standard way to read form data sent ... to it via the post method of an html page? ...
    (comp.unix.shell)
  • Re: Postback mechanism in asp.net
    ... There are two ways to request a page, one is GET and one is POST. ... The advantage with POST is that the form data is "hidden" and can be ... CAn anyone tell me how postback mechanism is handle by asp.net worker ... Means why worker process know that this page is posted back ...
    (microsoft.public.dotnet.framework.aspnet)