I have a formview in a ASP form that I use to edit and view information. The form contains a lot of dropdownlist controls and most of them aren't required fields. In the edit template I use ddlInfoEstStatus.Items.Insert(0, new ListItem("", "*"));
to show an empty row.
The problem I am having is that using the code above doesn't work in the item template after binding the dropdownlist to the datasource.