ms_dos

  博客园  :: 首页  :: 新随笔  ::  :: 订阅 订阅  :: 管理

2007年5月6日

摘要: 在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)