ESRI.ArcGIS.ADF.Web.UI.WebControls
LoadPostData Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : LoadPostData Method




postDataKey
Key identifier for the data.
postCollection
Collection of post data names and values.
Loads the post data. Not currently used.

Syntax

Visual Basic (Declaration) 
Public Overridable Function LoadPostData( _
   ByVal postDataKey As String, _
   ByVal postCollection As NameValueCollection _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CartoDisplay
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim value As Boolean
 
value = instance.LoadPostData(postDataKey, postCollection)
C# 
public virtual bool LoadPostData( 
   string postDataKey,
   NameValueCollection postCollection
)

Parameters

postDataKey
Key identifier for the data.
postCollection
Collection of post data names and values.

Return Value

Currently always returns false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.