UpWmlMobileTextWriter.RenderBeginSelect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.