Returns a NameValueCollection of data posted back to the page using either a POST or a GET command.
Protected Friend Overridable Function DeterminePostBackMode As NameValueCollection
Dim returnValue As NameValueCollection returnValue = Me.DeterminePostBackMode()
protected internal virtual NameValueCollection DeterminePostBackMode()
protected public: virtual NameValueCollection^ DeterminePostBackMode()
protected internal function DeterminePostBackMode() : NameValueCollection
The DeterminePostBackMode method returns a NameValueCollection object that contains the data posted back to the page. The presence of the page hidden fields VIEWSTATE and EVENTTARGET is used to help determine whether a postback event has occurred. The IsPostBack property is set when the DeterminePostBackMode method is called.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98