gridview中使用RadioButtonList的问题_百度知道
gridview中使用RadioButtonList的问题protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e) { string sex = (GridView1.Rows[e.NewEditIndex]....
RadioButtonList问题_百度知道
bool Enable = bool.Parse(((RadioButtonList)DpGView.FooterRow.FindControl("RadioButtonList1")).SelectedValue.ToString());DpGView是我的GridView空间的ID希望对...