Create the dropdownlist in the edit template like above and then create a RowBound event for the gridview. Inside that event, use the e.Row.FindControl method to get your dropdownlist object. Then set ...