会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
知识改变命运,理念成就未来
路是走出来的,未来需要是自己用双手去创造
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2006年4月22日
将指定页生成静态页面
摘要: private void Button1_Click(object sender, System.EventArgs e){StringWriter sw = new StringWriter ();Server.Execute("index.aspx",sw);string content = sw.ToString();//Response.Write(content);//Response....
阅读全文
posted @ 2006-04-22 11:44 浩宇寒星
阅读(335)
评论(0)
推荐(0)
编辑