Processes postback data for an ASP.NET server control.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public virtual bool LoadPostData( string postDataKey, NameValueCollection postCollection ) |
Visual Basic |
---|
Public Overridable Function LoadPostData ( _ postDataKey As String, _ postCollection As NameValueCollection _ ) As Boolean |
Parameters
- postDataKey
- Type: System..::..String
The key identifier for the control.
- postCollection
- Type: System.Collections.Specialized..::..NameValueCollection
The collection of all incoming name values.