石头的博客

关注flash,flex,asp,php的相关项目开发

asp.net 操作word常用代码

[ At 2011-4-6 By stone   0 comments ]

本文档主要介绍如何在程序中操作Word,下面的实例讲述了操作Word的几个关键点。

asp.net读取txt文本文件内容

[ At 2011-3-24 By stone   0 comments ]

StreamReader sr = File.OpenText(Server.MapPath("1.txt"));
TextBox1.Text = sr.ReadToEnd();

分页:[«]1[»]

Powered By Z-Blog 1.8 Walle Build 100427 Code detection by Codefense

@2010 stonemx.com