摘要:实现Web打印的方案,有些地方还需完善。 using System;using System.Data;using System.Web;using System.Text;using System.Collections;using System.Web.UI;using System.Data.SqlClient;using System.Web.UI.WebControls;using S...
阅读全文
摘要:Microsoft patterns & practices Enterprise Library系列分析文章 Written by: Rickie Lee (rickieleemail#yahoo.com) My blog: www.cnblogs.com/rickie 1.Data Access Application Block 该Application Block允许开发人员在应用程...
阅读全文
摘要:SRC:http://blog.joycode.com/kaneboy/ASP.NET在页面的Context.User里面放了一个实现IPrincipal的对象,用来实现对已验证用户的管理。ASP.NET系统中,通常采用的方式就是扩展这个Context.User,让它里面保存定制的信息。 1、扩展方式 扩展方式基本上有两种:直接利用GenericPrincipal和自己写一个实现IPrinci...
阅读全文