UpWmlMobileTextWriter.RenderBeginSelect Method

Definition

Begins the rendering of a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void RenderBeginSelect(System::String ^ name, System::String ^ iname, System::String ^ ivalue, System::String ^ title, bool multiSelect);
public override void RenderBeginSelect (string name, string iname, string ivalue, string title, bool multiSelect);
override this.RenderBeginSelect : string * string * string * string * bool -> unit
Public Overrides Sub RenderBeginSelect (name As String, iname As String, ivalue As String, title As String, multiSelect As Boolean)

Parameters

name
String

The name of the control.

iname
String

The name that the browser must use to submit the selected index back to the server.

ivalue
String

The initial value.

title
String

The Title attribute on WML devices.

multiSelect
Boolean

Whether to allow multiple selections.

Applies to

See also