I have requirement to bind ASP.Net DropDownList control in EditItemTemplate of GridView. I have a edit imagebutton with commandname=\"Edit\"also dropdown needs to be binded
Your forgot to bind the dropdown list
DStatusEdit.DataBind();