NetwordBoy的天空

梦想,崇拜,爱,激情!!!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年7月22日

摘要: string connectString;// ...// ...using (OleDbConnection connection = new OleDbConnection(connectString)){ connection.Open(); // Start a local transaction. OleDbTransaction sqlTran = connecti... 阅读全文
posted @ 2007-07-22 12:33 NetwordBoy 阅读(1276) 评论(1) 推荐(0)

摘要: 1. 打开新的窗口并传送参数: 传送参数:response.write("") 接收参数:string a = Request.QueryString("id");string b = Request.QueryString("id1"); 2.为按钮添加对话框 Button1.Attributes.Add("onclick","return confirm('确认?')"); button.... 阅读全文
posted @ 2007-07-22 11:36 NetwordBoy 阅读(150) 评论(0) 推荐(0)