摘要:
System.IO.StringWriter html = new System.IO.StringWriter(); System.Web.UI.HtmlTextWriter tw = new System.Web.UI.HtmlTextWriter(html); Server.Execute("~/My.aspx", tw); String strHTML = html.ToString(... 阅读全文
posted @ 2008-02-28 23:36
阿牛-专注金融行业开发
阅读(386)
评论(0)
推荐(0)
浙公网安备 33010602011771号