不容易啊,在网上查了半天没有找到,最后发帖子问出来的答案。
System.Web.UI.HtmlControls.HtmlInputCheckBox icb=(System.Web.UI.HtmlControls.HtmlInputCheckBox)GridView2.Rows[i].Cells[l].FindControl("CheckBox" + (id).ToString());
//-------------------------------在gridview中获得checkbox
icb.Attributes.CssStyle.Add("border", "1px solid red");
//------------------------------给获得的checkbox添加样式
//------------------------------Style.Add(HtmlTextWriterStyle.Width, "60px");
http://msdn.microsoft.com/zh-cn/library/system.web.ui.htmltextwriterstyle.aspx