Processes posted data for the System.Web.UI.WebControls.ImageButton control.
- postDataKey
- The key value used to index an entry in the collection.
- postCollection
- A System.Collections.Specialized.NameValueCollection that contains post information.
Returns false for all cases.
The ImageButton.LoadPostData(string, System.Collections.Specialized.NameValueCollection) member is used primarily by control developers when deriving a custom class from the System.Web.UI.WebControls.ImageButton control.
The System.Web.UI.WebControls.ImageButton checks to see if the x and y values were posted, which indicates that the image was clicked by the user. The System.Web.UI.WebControls.ImageButton then registers with the page that it wants to raise an event during the event-processing phase.