WmlControlAdapter.GetPostBackValue Method ()

 

Returns the postback value (or empty string) of the selected item in the selection list, 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 virtual string GetPostBackValue()

Return Value

Type: System.String

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

This method is overridden in child classes.

.NET Framework
Available since 1.1
Return to top
Show: