When you go to update your data you need to get a reference to your control, something like:
public void grid_Update(object sender, System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
DropDownList d = (DropDownList)e.Item.Cells[x].Controls[x];
}
hth
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========