When implemented by a derived class, processes postback data for an ASP.NET server control. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public bool LoadPostData ( |
Visual Basic
![]() |
---|
Public Function LoadPostData( _ |
Type: String
The key identifier for the control.
Type: NameValueCollection
The collection of all incoming name values.
Type: Boolean
true if the server control's state changes as a result of the postback; otherwise, false.