坚持不懈,努力不断

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  13 随笔 :: 1 文章 :: 47 评论 :: 1 引用

公告

09 2007 档案

摘要: 对于ViewSate只是一个一个隐藏域,加密存在页面上的一个区域.而Session则是存在服务器的内存中,能够跨页调用.所以对于在同一个页面上的变量调用,你可以用Viewstate.如果跨页调用,就用Session阅读全文
posted @ 2007-09-18 12:18 大傻 阅读(244) | 评论 (0) 编辑

摘要: 今天调试程序的时候出现“Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances"这个错误.后来我发现你在sql Server中在该数据库中用这条exec sp_configure 'user inst...阅读全文
posted @ 2007-09-18 12:11 大傻 阅读(488) | 评论 (2) 编辑