在DataGrid里面取特殊字段值

使用(typeof)datagrid.items[i].cells[0].findcontrol("name")
例如:
Label lblrid = (Label)(DataList.Items[index].FindControl("name"))

posted on 2007-04-20 04:54  华威  阅读(170)  评论(0编辑  收藏  举报

导航