您的位置:首页 > 其它

gridview 获取内部控件

2012-07-19 17:07 260 查看
       
      int id = Convert.ToInt32(e.CommandArgument.ToString());
 

      DropDownList ddlyxbh = (DropDownList)this.gvTc.Rows[e.NewEditIndex].FindControl("ddlyxbh");
 
 
     //这个一般用于row_command事件里的
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  command