摘要:
/// <summary> /// 基础数据库对象,负责对数据库提供支持 /// </summary> public class SqlDB : System.IDisposable { private string _connstring; protected bool IsCreateNewConnection = false; private SqlConnectio... 阅读全文
posted @ 2010-05-12 11:37
小さいです哥
阅读(320)
评论(0)
推荐(0)
摘要:
public class CommonClass : System.Web.UI.Page { //各种弹出窗口函数 public string Alert(string msg) { string Str; Str = "<script language=javascript>"; Str += " window.alert('" + msg + "');"; Str += "<... 阅读全文
posted @ 2010-05-12 10:57
小さいです哥
阅读(704)
评论(1)
推荐(0)