摘要: 使用 ExtJS 实现 ASP.NET MVC 2 客户端验证,主要特点有:
1、只依赖 Ext core 即可使用;2、使用方法完全遵循 ASP.NET MVC 2 提供的客户端验证机制;3、可以根据 ASP.NET MVC 2 提供的验证扩展机制进行相应的扩展。
阅读全文
摘要: Membership User Provider for ScrewTurn Wiki,让 ScrewTurn Wiki 可以使用 Asp.Net Membership 用户。
阅读全文
摘要: 在web.config中添加如下配置可以实现,一般不推荐使用。
阅读全文
摘要: 最近下载了SharpDevelop,感觉各方面都不错,唯一的缺憾是不能调试ASP.NET。经过几番搜索和试验,终于发现了用它调试ASP.NET的方法。
阅读全文
摘要: The custom controls that you develop not only contain the logic and data but also things such as images and JavaScript files. One easy way to make these images and script files available to your control at run time is to deploy them along with your control. This approach, though easy, is error prone. What if somebody deletes the images after the deployment? What if someone replaces the script files with malicious script? The best way is to embed such files in your control assembly itself and ret
阅读全文
摘要: 转一篇CodeProject上的文章,介绍如何实现Asp.Net应用程序之间跨应用登录,原文地址为:http://www.codeproject.com/aspnet/aspnetsinglesignon.asp
阅读全文