http://weblogs.asp.net/scottgu/default.aspx

http://blog.joycode.com/scottgu/

http://www.cnblogs.com/Terrylee/

http://www.cnblogs.com/JeffreyZhao/

---------------------------------------

http://www.cnblogs.com/cnblogsfans/

http://www.cnblogs.com/lxinxuan/

 

--------------------

Sql server system table

http://www.cnblogs.com/asdcer/archive/2007/05/14/746377.aspx#syscolumns

 -------------------

ASP 分页

http://www.cnblogs.com/kanshangren/articles/4044.html

 

ASP 操作 Excel 总结

http://www.cnblogs.com/cider/archive/2004/04/21/6769.html

ASP.net 操作 Excel 总结

http://www.cnblogs.com/renyu732/archive/2005/06/15/174866.html

 

C# 读取txt 文件 乱码 解决方法

在c#中读取txt文件时,一至出现乱码,现找到解决方法如下:

1.
  using (StreamReader sr1 = new StreamReader(FILE_INFO_NAME,UnicodeEncoding.GetEncoding("GB2312")))

2.StreamReader reader=new StreamReader(fileName,System.Text.Encoding.Default)

 

asp读写txt操作

http://www.cnblogs.com/jackie-hy/archive/2007/07/31/837638.html

 

ASP.NET中记录Log到txt文件的方法

http://www.cnblogs.com/songsh96/archive/2008/11/13/1333127.html

asp.net记录出错信息log.txt的代码

http://www.cnblogs.com/xugang/articles/889510.html

 

ASP.NET按格式导出到TXT文件

http://www.cnblogs.com/zhjzwl/archive/2009/03/03/1401971.html

 

ASP.NET中将数据输出到WORD、EXCEL、TXT、HTM

http://www.cnblogs.com/vainnetwork/archive/2008/05/31/1211127.html

 

ASP.NET 2.0入门经典学习笔记.txt

http://www.cnblogs.com/javaca88/archive/2006/10/16/530439.html

 C#操作文本文件 txt

http://www.cnblogs.com/inuli/archive/2008/12/29/1364542.html

http://www.cnblogs.com/hesen/archive/2008/05/22/1205270.html

 

 

相关文章: