Home
|
QuickStart Welcome
|
ASP.NET
|
Web Services
|
How Do I...?
| I want my samples in...
C#
VB
C++
J#
ASP.NET 2.0 Quickstart Tutorials
HTML Controls
HtmlAnchor
HtmlButton
HtmlForm
HtmlGeneric
HtmlImage
HtmlInputButton
HtmlInputCheckBox
HtmlInputFile
HtmlInputHidden
HtmlInputImage
HtmlInputRadioButton
HtmlInputText
HtmlSelect
HtmlTable
HtmlTextArea
Back to ASP.NET Home
HtmlSelect
The
HtmlSelect
control provides a drop-down list. The following sample illustrates using the
HtmlSelect
control.
VB HtmlSelect1.aspx
The following sample illustrates using data binding with an
HtmlSelect
control.
VB HtmlSelect2.aspx