山寨一个PetShop(Task002)——数据类库Model(2)
来源:未知 责任编辑:责任编辑 发表时间:2014-05-10 12:25 点击:次
lstCategories.DataValueField = "ID";//Model中的字段与数据库表中的字段一样,是不是更好?
lstCategories.DataBind();
}
}
六、代码中使用了List、ConfigurationManager、Model中的类,需要添加相应的引用,并导入相应的命名空间。
using System.Collections.Generic;
using System.Configuration;
using NetShop.Model;
七、浏览并查看结果
【技术要点】
1、 连接字符串
2、 数据类库Model
3、IList、List
摘自 ASP.NET技术
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>