随笔分类 - ASP.NET
ASP.NET两个页面之间传递值的几种方式
摘要:(1)querystring (2)session (3)cookie (4)server.transfer (5)hidden control/view state (6)static member. (7)cache (8)application (9)database (10)xml...
阅读全文
推荐一些asp.net的第三方控件
摘要:1、FreeTextBox Web输入的最好选择 FreeTextBox 3.0 http://www.freetextbox.com/downloadfile.aspx?id=1046 2、AspNetPager Web分页控件,http://www.webdiyer.com/ 3、FarPoint's Spread for Web Forms v2 http://www.fpoint.co...
阅读全文
领悟Web设计模式 (转载)
摘要:http://www.microsoft.com/china/community/Column/93.mspx
阅读全文
ASP.NET中的缓存问题
摘要:在ASP.NET中有时候需要禁止从缓存取数据,我使用了如下代码让缓存无效this.Page.Response.Cache.SetExpires(DateTime.Now);this.Page.Response.Cache.SetCacheability(HttpCacheability.NoCache);但随之问题就来了,当我save前做数据验证时,点击出现的验证提示后,出现“缓存过期”提示页。不...
阅读全文
重启IIS和SqlServer的命令行
摘要:在WEB开发中经常需要重启IIS,每次打开IIS来操作很麻烦,所以我干脆就在桌面新增了一个CMD文件,内容如下:(SQL Server占的内存不少)net stop iisadmin /ynet start w3svc net stop mssqlservernet start mssqlserver每次需要重启IIS和SQL Server就直接双击CMD文件就可以,是不是很方便?
阅读全文
浙公网安备 33010602011771号