海豚宝宝的代码生活

专注于.Net系统开发

导航

2007年1月31日 #

不使用GridView自带的btn,如AutoGenerateSelectButton

摘要: protected void GridView1_RowDataBound1(object sender, GridViewRowEventArgs e) {if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onclick", "javascript:" + ... 阅读全文

posted @ 2007-01-31 15:29 Bruse 阅读(509) 评论(0) 推荐(0)