01 2013 档案

摘要:分页代码:View Code #region 通过SQL语句分页 public DataSet GetPageDataBySql(int pageIndex, int pageSize, string tbName, string tbID, string keyName,string keyword,string orderType) { string strConn = ConfigurationManager.ConnectionStrings["DB"].ConnectionString; SqlConnectio... 阅读全文
posted @ 2013-01-21 11:50 冰vs焰 阅读(187) 评论(0) 推荐(0)
摘要:Request.ServerVariables["Url"] 返回服务器地址Request.ServerVariables["Path_Info"] 客户端提供的路径信息Request.ServerVariables["Appl_Physical_Path"] 与应用程序元数据库路径相应的物理路径Request.ServerVariables["Path_Translated"] 通过由虚拟至物理的映射后得到的路径Request.ServerVariables["Script_Name"] 执行 阅读全文
posted @ 2013-01-01 12:06 冰vs焰 阅读(241) 评论(0) 推荐(0)