HtmlInputFile.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 all incoming name values.
Return Value
This method always returns false.The HtmlInputFile control implements the IPostBackDataHandler interface, which has two methods: IPostBackDataHandler.LoadPostData and IPostBackDataHandler.RaisePostDataChangedEvent. The LoadPostData method is called by the System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent method and always returns false, indicating that the HtmlInputFile control's state is not managed by the ASP.NET page framework.
The LoadPostData method is used primarily by control developers extending the functionality of the HtmlInputFile control.
Windows 98, Windows 2000 SP4, 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.