摘要:
绑定数据源Business.Request[] list = Business.Request.FindAll(orderField, ascending, index); grdRequest.DataSource = list; grdRequest.DataBind();直接绑定属性:[代码]ImplementorName 是Business.Request的属性绑定属性的属性[代码]Man... 阅读全文
posted @ 2008-10-16 13:03 LonelyStar 阅读(354) 评论(0) 推荐(0) 编辑