ASP.NET常用代码
摘要:1. 打开新的窗口并传送参数: 传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1"); 2.为按钮添加对话框 传送参数: response.write("") 接收参数: string a = Request.QueryStr...
阅读全文
posted @
2007-11-29 20:49
白冰
阅读(198)
推荐(0)
我的技术博客在这里开通了
摘要:无意中发现这个技术博客,希望在这里能吸取更好的技术交流!
阅读全文
posted @
2007-11-29 08:11
白冰
阅读(108)
推荐(0)