br> protected System.Web.UI.WebControls.DataGrid DataGrid1; private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here DataView UserProductDataView=new DataView(); //获得数据库视图 UserProductDataView=(new UserProductBF()).GetUserProductType(); DataGrid1.DataSource=UserProductDataView; DataGrid1.DataBind(); } 运行即可
数据载入中...
页码:[1] [2] [3] [4] [5] 第5页、共5页 |