Example of Default Functionalities in ASP.NET MVC Dropdown List Control
This sample demonstrates the default functionalities of the DropDownList in ASP.NET MVC application. Click the DropDownList element and select an item from the options
list.
The selected item's value
and text
property values will be shown the in property panel.
Value | : |
Text | : |
The DropDownList
component contains a list of predefined values from that the user can choose a single
value.
The default sample illustrates the use of DropDownList that allows the end-users to select an item from the options
list. The selected item's value
and text
property values will be displayed in the property
panel.
More information on the DropDownList instantiation can be found in the documentation sectionopens in a new tab.