初学ASP.Net时在论坛收藏收集的一些资料备忘
摘要:
1. 打开新的窗口并传送参数: 传送参数:response.write("") 接收参数:string a = Request.QueryString("id");string b = Request.QueryString("id1"); 2.为按钮添加对话框 Button1.Attributes.Add("onclick","return confirm('确认?')"); button... 阅读全文
posted @ 2005-08-26 14:39 笑天 阅读(86) 评论(0) 推荐(0) 编辑