2013-05-20 58 views

回答

0

嘗試使用的FindControl

DropDownList idCombo = (DropDownList)GridView1.Rows[e.RowIndex].Cells[0].FindControl("comboID"); 

string att = idCombo.SelectedValue; 
相關問題