随笔分类 - 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...
阅读全文
浙公网安备 33010602011771号