摘要:
在ASP.NET里用C# 如何双击GridView 某一行的任意一个位置 ,打开一个对应的界面 protected void gvCustom_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { ... 阅读全文
posted @ 2009-04-23 14:42
liufei
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号