Intersoft WebGrid Documentation
LoadPostData Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : LoadPostData Method






postDataKey
values
Called by the framework to load node edits from the client. Returns true to indicate the framework is to call RaisePostDataChangedEvent where the real work gets done.

Syntax

Visual Basic (Declaration) 
Public Overrides Function LoadPostData( _
   ByVal postDataKey As String, _
   ByVal values As NameValueCollection _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim postDataKey As String
Dim values As NameValueCollection
Dim value As Boolean
 
value = instance.LoadPostData(postDataKey, values)
C# 
public override bool LoadPostData( 
   string postDataKey,
   NameValueCollection values
)
Delphi 
public function LoadPostData( 
    postDataKey: String;
    values: NameValueCollection
): Boolean; override; 
JScript 
public override function LoadPostData( 
   postDataKey : String,
   values : NameValueCollection
) : boolean;
Managed Extensions for C++ 
public: bool LoadPostData( 
   string* postDataKey,
   NameValueCollection* values
) override 
C++/CLI 
public:
bool LoadPostData( 
   String^ postDataKey,
   NameValueCollection^ values
) override 

Parameters

postDataKey
values

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

©2012 Intersoft Solutions Corp. All Rights Reserved.