I have a DropDownList binded with aSqlDataSource to display the values from the database.
DropDownList
SqlDataSource
I am unable to validate using a RequiredFie
RequiredFie
InitialValue="0" : initial validation will fire when 0th index item is selected in ddl.