摘要:
1.在Gridview的事件RowDataBound中添加 if(e.Row.RowType==DataControlRowType.DataRow) { e.Row.Attributes["OnClick"]=ClientScript.GetPostBackEventReference(e.Row.Parent.Patent,"Select$"+e.Row.RowIndex); } 阅读全文
posted @ 2011-08-03 15:35
xuebingz
阅读(452)
评论(1)
推荐(0)