随笔分类 -  C#

C#开发与学习
ASP.NET程序中常用的三十三种代码(转载)
摘要:ASP.NET程序中常用的三十三种代码 1. 打开新的窗口并传送参数: 传送参数: response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数: string a = Request.QueryString("id"); s... 阅读全文
posted @ 2005-12-31 19:55 Ridersu 阅读(245) 评论(1) 推荐(0)