随笔 - 17
文章 - 1
评论 - 32
05 2007 档案
ASP.NET程序中常用代码汇总 (转)
摘要: 1.打开新的窗口并传送参数://传送参数:response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="++"’)</script>") //接收参数:stringa=Request.QueryString("id");stringb=Request.Q...阅读全文
