06 2008 档案

摘要:protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowIndex != -1) { int id = e.Row.RowIndex; ... 阅读全文
posted @ 2008-06-05 12:21 Laird 阅读(195) 评论(0) 推荐(0)
摘要:public partial class _Default : System.Web.UI.Page { private System.Data.OleDb.OleDbConnection nwindConn; string StrCon = ConfigurationManager.ConnectionStrings["tmpdb"].ToString(); prot... 阅读全文
posted @ 2008-06-03 00:00 Laird 阅读(261) 评论(0) 推荐(0)