摘要:
主体思路是这样的,GridView在ASP.NET中最终是转化为html的表格格式来显示的,所以我们要在其中做点文章,看下面这段代码: //在GridView的RowCreated事件中重写表头 protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { 判断创建的行是不是... 阅读全文
posted @ 2007-04-13 23:15 且行且思 阅读(1028) 评论(0) 推荐(0)
浙公网安备 33010602011771号