posted @ 2009-02-26 15:44
02 2009 档案
摘要:The databinding expression is evaluated in the language of the page (VB, C#, etc.) This can have a big impact on the current syntax, so be very careful when you are looking at docs for the language...
阅读全文
摘要:转自http://www.cnblogs.com/leochu2008/articles/1237481.html 1. event.srcElement 属性:IE下可以使用event.srcElement属性,但在Firefox下只有target属性,所以要兼容两者需使用:var el = evt.srcElement ? evt.srcElement : evt.target; 2. doc...
阅读全文
posted @ 2009-02-26 09:48
摘要:为泛型集合提供基类。 命名空间: System.Collections.ObjectModel程序集: mscorlib(在 mscorlib.dll 中) 通过创建 Collection 类的一个构造类型的实例,可以立即使用该类;您只需指定要包含在集合中的对象类型即可。此外,您可以从任意构造类型派生自己的集合类型,或者从 Collection 类本身派生出泛型集合类型。 Collection ...
阅读全文
posted @ 2009-02-24 16:43
摘要://///Extends Collectionusing System;using System.Collections;using System.Collections.Generic;using System.Collections.ObjectModel;using System.Text;class ConverterCollection : Collection{ privat...
阅读全文
posted @ 2009-02-23 17:05
摘要:By Heath StewartProvides insight and tips on using role-based (groups) Forms Authentication in ASP.NET, which has only partial support for roles. Introduction Forms Authentication in ASP.NET can be a...
阅读全文
posted @ 2009-02-20 12:51
摘要:ASP.Net 2.0窗体身份验证机制详解(FormsAuthentication) 作者: [zz]AspCool www.ASPCool.com 时间:2007-1-17 21:41:04 本篇文章介绍了在ASP.Net 2.0如何做窗体身份验证,并且讲解了IIS和ASP.Net2.0窗体身份验证机制是如何结合在一起的。我们还会详细讲解一下2.0中关于窗体身...
阅读全文
posted @ 2009-02-19 10:36
摘要:How To: Use Role Manager in ASP.NET 2.0. 1、Cookieless窗体验证 ASP.NET 2.0 支持 cookieless 窗体身份验证。该功能由 forms 元素的 cookieless 属性控制。该属性可以设置为以下四个值之一: • UseCookies。该值强制 FormsAuthenticationModule 类使用...
阅读全文
posted @ 2009-02-18 15:49
浙公网安备 33010602011771号