HtmlInputImage.IPostBackDataHandler.LoadPostData Method (String, NameValueCollection)
.NET Framework (current version)
Implements the LoadPostData interface method by calling the LoadPostData method.
Assembly: System.Web (in System.Web.dll)
bool IPostBackDataHandler.LoadPostData( string postDataKey, NameValueCollection postCollection )
Parameters
- postDataKey
-
Type:
System.String
The key identifier for the control.
- postCollection
-
Type:
System.Collections.Specialized.NameValueCollection
The collection of all incoming name values.
Return Value
Type: System.Booleantrue if the HtmlInputImage control's state has changed as a result of the postback; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: