2 overrides of GetPostBackValue
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (1)
265
protected override String
GetPostBackValue
()
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (1)
114
protected override String
GetPostBackValue
()
1 reference to GetPostBackValue
System.Web.Mobile (1)
UI\MobileControls\Adapters\WmlControlAdapter.cs (1)
276
return adapter != null ? adapter.
GetPostBackValue
() : null;