Here is my Enum
Code:
public enum Colors{ red,blue,green,yellow,orange,white,black,Teal,Custom }
Code:
@Html.DropDownList("SelectedColourId", Model.ColourList, "(Select one Color)")
Code:
myPageViewModel:BasicViewModel
public enum Colors{ red,blue,green,yellow,orange,white,black,Teal,Custom }
@Html.DropDownList("SelectedColourId", Model.ColourList, "(Select one Color)")
myPageViewModel:BasicViewModel
<select id="selLang">
<option value="/en" >english</option>
<option value="/fr" >french</option>
</select>
<div class="formInfo">
<a href="ajax.htm?width=375">
<img src="http://bytes.com/images/question_icon.jpg" width="19" height="18">