I have the following DropDownList control:
AutoPostBack="true" and
AutoPostBack="true"
write page load event
if (!IsPostBack) { DDL_Designation_Bind(); }
// Because autopostback properties fire load event then our dropdownlist rebind and always selected index 0 so Not Rebinding dropDownlist
autopostback
dropdownlist
dropDownlist