remove value of type="date" of asp textbox from code behind in asp.net code example
Example 1: generate a dropdown list from array data using razor .net mvc
@Html.DropDownList("myList", ViewBag.myList as SelectList)
Example 2: set current date to textbox in asp.net
DateTime. Today. ToString("yyyy/MM/dd");