摘要: webconfig 处理程序 namespace AspNetForums.Configuration { public class ForumConfiguration { public static ForumConfiguration GetConfig() { ... 阅读全文
posted @ 2005-07-15 17:54 烈马狂生 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1.基类 public abstract class SkinnedForumWebControl : Control, INamingContainer { string skinFilename = null; public string SkinFilename { get { ... 阅读全文
posted @ 2005-07-15 16:28 烈马狂生 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 数据层SqlDataProvider 提供底层的数据访问 逻辑层Components->提供按功能模块对外开放数据访问接口:调用(SqlDataProvider 提供底层的数据访问)Components->ForumsDataProvider 提供上层对下层的数据隔离 表现层control:代码 调用(Components->ForumsDataProvider 提供上层对下层的数据隔离)... 阅读全文
posted @ 2005-07-15 16:00 烈马狂生 阅读(238) 评论(0) 推荐(0) 编辑
摘要: static public DataSet xx() { string Sql_Insert_Login_Stat = "select * from member where card_no = @card_no and id = @id"; DataSet ds = new DataSet(); SqlConnection conn = new SqlConnectio... 阅读全文
posted @ 2005-07-15 15:15 烈马狂生 阅读(290) 评论(0) 推荐(0) 编辑