曾经爱晚人








永远自由的心

2005年8月7日

初学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-07 14:31 e旋风 阅读(1415) 评论(0) 推荐(0) 编辑

导航