HtmlPageAdapter.RenderUrlPostBackEvent Method (HtmlMobileTextWriter, String, String)

 

Renders a reference to a postback event, as a URL. 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)

Public Overridable Sub RenderUrlPostBackEvent (
	writer As HtmlMobileTextWriter,
	target As String,
	argument As String
)

Parameters

writer
Type: System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter

The text writer

target
Type: System.String

The URL reference

argument
Type: System.String

Any hidden variables

Postbacks rendered as a URL do not submit dynamic form data, such as text-box contents, on postback. To submit such data on postback on devices that do not support script, use an HTML submit button instead.

.NET Framework
Available since 1.1
Return to top
Show: