I have a ASP.NET DropDownList, which I data-bind to a list of objects, and then it throws an exception. This error is driving me nuts, because the message is wrong, and the
You can use below code to clear data on DropDownList
DropDownList
_ddlRequest.Items.Clear()