随笔分类 -  ASP.NET

摘要:1 protected void Page_Load(object sender, EventArgs e) 2 { 3 UILogic.ClearCache(); 4 VPUserInfo userinfo = UILogic.getSession() as VPUserInfo; 5 if (userinfo == null) 6 { 7 //Response.Write("<mce:script type="text/javascript"><!-- 8 top.location.href... 阅读全文
posted @ 2012-04-12 14:09 唐小喵 阅读(2136) 评论(2) 推荐(1) 编辑
摘要:跟着教程做网站时的一个DBHelper的小例子。记下来说不定以后用得上。 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System.Configuration; 7 8 9 namespace PracticeMyBookShopDAL 10 { 11 public static class DBHelper 12 { 13 14 ... 阅读全文
posted @ 2011-11-27 17:16 唐小喵 阅读(848) 评论(3) 推荐(0) 编辑

点击右上角即可分享
微信分享提示