摘要:
1 分页this.lblPageIndex.Text=String.Format("第{0}页,共{1}页",this.PageIndex,pageCount); public void BindDG_fbInfo() { DataSet ds=new DataSet(); B2B_HQ.DAL.fbInfo_DAL.Get_fbInfo_all(ds,"f... 阅读全文
摘要:
8 数据库技术(CSJ_0808) 1 连接SQL Server数据库示例 ------------------------------------------------ // 连接字符串 string ConnectionString = System.Configura... 阅读全文
摘要:
数据服务控件(CSJ_0808) 1使用REPEATER控件显示数据 RepeaterBind.DataSource = ds.Tables["testTable"]; RepeaterBind.DataBind(); ----------------------------- ... 阅读全文
摘要:
数据绑定技术(CSJ_0808) 1 单值数据绑定: '> '> -------------------------------------------------------------------- 2 将 DataTable 绑定到 DataGrid 控件示例 ---------------------... 阅读全文