01 2006 档案

摘要:ASP.NET程序中常用的三十三种代码 1. 打开新的窗口并传送参数: 传送参数: response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数: string a = Request.QueryString("id");stri... 阅读全文
posted @ 2006-01-06 14:37 木目木 阅读(1205) 评论(0) 推荐(0)