点击这里给我发消息 点击这里给我发消息

C#中动态数组(ArrayList )应用实例子(三层代码:数据访问层,业

添加时间:2013-12-7
    相关阅读: 页面 C#

用绑定一个 DataList 的三层代码说明一下:

DAL 数据访问层代码:
------------------------------------------------------------
//绑定IDList,显示所有人员列表
  public DataSet SelectIDListAll()
  {
       string Str = "select p_number,p_name from t_people";
       DataSet ds = new DataSet();

       myCon = new SqlConnection(DAL.DALConfig.ConnectionString);
       try
       {
        SqlDataAdapter mycomm = new SqlDataAdapter(Str,myCon);
        mycomm.Fill(ds,"t_people");   
               
        return ds;
       }
       catch(Exception exc)
       {
        throw exc;
       }
  }


BLL业务层代码:
----------------------------------------------------------------
//绑定IDList,显示所有人员列表
  public ArrayList  SelectIDListAll()
  {
       DAL.TPeopleDao peopledao = new TPeopleDao();
       DataSet ds = new DataSet();
       ds = peopledao.SelectIDListAll();

       // Creates and initializes a new ArrayList.
       ArrayList myAL = new ArrayList();
       for(int i=0;i<ds.Tables[0].Rows.Count;i++)
       {
        myAL.Add(ds.Tables[0].Rows[i][0].ToString() + " " +ds.Tables[0].Rows[i][1].ToString() );           
       }
       return myAL;
  }


页面层代码:
-----------------------------------------------------------------
//绑定IDList,显示所有人员列表
  private void SelectIDListAll()
  {
       Lab.BLL.TPeopleBiz peoplebiz = new TPeopleBiz();
       ArrayList myAL = peoplebiz.SelectIDListAll();
       this.P_IDlist.Items.Clear();

       for(int i = 0 ;i<myAL.Count;i++)
       {
        this.P_IDlist.Items.Add(myAL[i]);
       }

  }

 

咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册