Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
 How to: Determine How ASP.NET Web P...

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
ASP.NET
How to: Determine How ASP.NET Web Pages Were Invoked

It is often useful to know how an ASP.NET Web page was invoked: whether by an original request (an HTTP GET), a postback (an HTTP POST), a cross-page post from another page (an HTTP POST), or a transfer from another page using the Transfer method or using a callback from the browser. The Page class exposes a set of properties that you can use to determine how a page was invoked.

To determine how an ASP.NET Web page was invoked

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Not a complete list      Chris Lively   |   Edit   |   Show History
The above list implies that IsCallback and IsPostback can never be true. This is incorrect. The Callback section should either have IsPostBack as true this should list an additional section where it shows that both values are true.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker