ImageButton::LoadPostData Method
Processes posted data for the ImageButton control.
Assembly: System.Web (in System.Web.dll)
protected: virtual bool LoadPostData( String^ postDataKey, NameValueCollection^ postCollection )
Parameters
- postDataKey
- Type: System::String
The key value used to index an entry in the collection.
- postCollection
- Type: System.Collections.Specialized::NameValueCollection
A System.Collections.Specialized::NameValueCollection that contains post information.
The LoadPostData member is used primarily by control developers when deriving a custom class from the ImageButton control.
The ImageButton checks to see if the x and y values were posted, which indicates that the image was clicked by the user. The ImageButton then registers with the page that it wants to raise an event during the event-processing phase.
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
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.