摘要:
asp.net程序中最常用的三十三种编程代码 1. 打开新的窗口并传送参数: 传送参数: response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数: string a = Request.QueryString("id... 阅读全文
posted @ 2006-10-26 15:00
婕舞飞扬
阅读(682)
评论(1)
推荐(0)