ItemDataBound事件:
if (e.Item.ItemType==ListItemType.EditItem)
{
DropDownList ddl=(DropDownList)e.Item.Cells[0].FindControl("DropDownList1");
//绑定数据源
}
对应DropDownList修改Cells[0]