TextBox.IPostBackDataHandler.LoadPostData Method (String, NameValueCollection)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IPostBackDataHandler.LoadPostData. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- key
-
Type:
System.String
The key of the value in the Data collection to be used for this control.
- data
-
Type:
System.Collections.Specialized.NameValueCollection
The collection of name/value pairs posted to the server.
Return Value
Type: System.Booleantrue if the control's state has changed as a result of the postback; 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.
Available since 1.1
IPostBackDataHandler.LoadPostData
TextBox Class
System.Web.UI.MobileControls Namespace
Introduction to the TextBox Control