摘要:
protected override void Render(HtmlTextWriter writer) { foreach (GridViewRow Row in GridView1.Rows) { if (Row.RowType == DataControlRowType.DataRow) { //双击进入编辑模式 Row.Attributes["ondblclick"] = ClientScript.GetPostBackEventReference... 阅读全文
posted @ 2012-08-31 15:28
超级梨子
阅读(480)
评论(0)
推荐(0)
浙公网安备 33010602011771号