WmlTextBoxAdapter.GetPostBackValue Method ()

 

Returns the postback value (or empty string) of the TextBox when the parent form's action attribute is set and view state is disabled for the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Protected Overrides Function GetPostBackValue As String

Return Value

Type: System.String

The postback value (or empty string) of the selected item in the selection list.

.NET Framework
Available since 1.1
Return to top
Show: