I want to be able to display a dropdownlist that has values not from my database, but have hardcoded values that will be used to perform an insert query later. How would I go about doing it?
<%=Html.DropDownList("Chart Type", "Horizontal") %>
I need values Horizontal, Vertical, Pie to be in the dropdownlist.
Any help is much appreciated!
Try