摘要:
//javascript点击页面,判断鼠标左键,右键,中键点击事件 阅读全文
摘要:
一).Windows集成身份验证的实现 1. 说明: Windows身份验证是利用Windows现有的账号信息来进行身份验证. 由IIS自动提供身份验证,比自定义身份验证更安全,但没有自定义身份验证灵活. 适用于Web内部应用程序. 在Web.Config中配置: ... 阅读全文
摘要:
using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.... 阅读全文