TextBox::IPostBackDataHandler::LoadPostData Method (String^, NameValueCollection^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Loads the posted text box content if it is different from the last posting.
Assembly: System.Web (in System.Web.dll)
private: virtual bool LoadPostData( String^ postDataKey, NameValueCollection^ postCollection ) sealed = IPostBackDataHandler::LoadPostData
Parameters
- postDataKey
-
Type:
System::String^
The index within the posted collection that references the content to load.
- postCollection
-
Type:
System.Collections.Specialized::NameValueCollection^
The collection posted to the server.
Return Value
Type: System::Booleantrue if the posted content is different from the last posting; otherwise, false.
This member is an explicit interface member implementation. It can be used only when the TextBox instance is cast to an IPostBackDataHandler interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: