摘要:
1、在<% @Page......%>指令中添加 EnableEventValidation="false" 2、在RowDataBound事件中添加protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ switch (e.Row.RowType) { case DataControlRowType.DataRow: e.Row.Attributes["style"] = "cursor:hand"; #region // 阅读全文
posted @ 2011-05-31 21:00
周XX
阅读(1741)
评论(0)
推荐(0)

浙公网安备 33010602011771号