魔幻紫光

Nothing is difficult to a willing heart!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年7月19日

摘要: 注://关闭,父窗口弹出对话框,子窗口直接关闭this.Response.Write(""); //关闭,父窗口和子窗口都不弹出对话框,直接关闭this.Response.Write(""); //弹出窗口刷新当前页面width=200 height=200菜单。菜单栏,工具条,地址栏,状态栏全没有this.Response.Write(""); //弹出窗口刷新当前页面this.Response... 阅读全文

posted @ 2005-07-19 08:55 魔幻紫光 阅读(910) 评论(1) 推荐(0)

摘要: 连接数据库 打开连接string connstr=System.Configuration.ConfigurationSettings.AppSettings["sqllink"];SqlConnection conn=new SqlConnection(connstr);conn.Open();添加DataGridSqlDataAdapter dr=new SqlDataAdapter(sql... 阅读全文

posted @ 2005-07-19 08:53 魔幻紫光 阅读(743) 评论(0) 推荐(0)