摘要:
在protected void GridView1_RowUpdating(object sender, GridViewUpdateEventArgs e)事件中1.访问可写列:string newname =((TextBox)GridView1.Rows[e.RowIndex].Cells[2].Controls[0]).Text;2.访问只读列:string tid = GridView1... 阅读全文
posted @ 2007-05-06 23:55
ms_dos
阅读(668)
评论(1)
推荐(0)
浙公网安备 33010602011771号