CatalogZoneBase.LoadPostData Method
Assembly: System.Web (in system.web.dll)
protected: virtual bool LoadPostData ( String^ postDataKey, NameValueCollection^ postCollection )
protected boolean LoadPostData ( String postDataKey, NameValueCollection postCollection )
protected function LoadPostData ( postDataKey : String, postCollection : NameValueCollection ) : boolean
Parameters
- postDataKey
The key identifier for the control.
- postCollection
The collection of name/value pairs posted to the server.
Return Value
This method, in contrast to the overridden base method, always returns false, because the class does not expose any change event.This method iterates through the collection of CheckBox controls to determine which WebPart or other server controls in the catalog have been selected by a user. The selected items are assigned to an internal array, which is then processed to add the corresponding controls to the Web page.
The method is not designed to be called from your code; it is used internally by the Web Parts control set.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.