WmlControlAdapter.DeterminePostBack Method (String)

 

Determines whether the given target requires a postback and returns the required postback argument. Returns null if the target is an external link. 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 Function DeterminePostBack (
	target As String
) As String

Parameters

target
Type: System.String

The target.

Return Value

Type: System.String

The required postback argument for the specified target. If no postback argument is required, this method returns null.

.NET Framework
Available since 1.1
Return to top
Show: