摘要: 1:在接收页 的html代码里加上一行: WebForm1 fp=(WebForm1)Context.Handler; this.TextBox1.Text=fp.name; 2:GET方式 在发送页 public int sum=0; int i =int.Parse(this.TextBox1.Text... 阅读全文
posted @ 2006-04-05 13:45 WUYQ 阅读(144) 评论(0) 推荐(0)
摘要: public string OutPutExcel(System.Web.UI.Page page,DataTable myTable, string strTitle) { strMeno=""; try { page.Response.Buffer= false; page.Response.Charset="UTF-8"; page.Response.App... 阅读全文
posted @ 2006-04-05 13:43 WUYQ 阅读(162) 评论(0) 推荐(0)