myPlace

begin Dotnet

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

2007年3月20日

摘要: protected void DataGrid1_EditCommand(object source, DataGridCommandEventArgs e) { DataGrid1.EditItemIndex = e.Item.ItemIndex; bond(); } protected void DataGrid1_CancelComm... 阅读全文
posted @ 2007-03-20 19:28 郝志杰 阅读(568) 评论(0) 推荐(0)

摘要: protected void Page_Load(object sender, EventArgs e) { SqlConnection myconnection = new SqlConnection("server=(local);database=Northwind;uid=sa;pwd="); string sql = "select categ... 阅读全文
posted @ 2007-03-20 18:08 郝志杰 阅读(137) 评论(0) 推荐(0)