摘要:
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 @ 2012-04-24 17:37
初雪之恋
阅读(277)
评论(0)
推荐(0)

浙公网安备 33010602011771号