摘要:
1.基类 public abstract class SkinnedForumWebControl : Control, INamingContainer { string skinFilename = null; public string SkinFilename { get { ... 阅读全文
摘要:
数据层SqlDataProvider 提供底层的数据访问 逻辑层Components->提供按功能模块对外开放数据访问接口:调用(SqlDataProvider 提供底层的数据访问)Components->ForumsDataProvider 提供上层对下层的数据隔离 表现层control:代码 调用(Components->ForumsDataProvider 提供上层对下层的数据隔离)... 阅读全文
摘要:
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... 阅读全文