2005年7月19日

摘要: private void backup_Click(object sender, System.EventArgs e) { string filename=System.DateTime.Now.ToShortDateString()+".mdb"; //为下载文件设默认名; string fullpath=Server.MapPath("../data/jc... 阅读全文
posted @ 2005-07-19 17:04 .net技術 阅读(392) 评论(0) 推荐(0)
 
摘要: private void DataGrid1_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) {for(int i=0;i0) { try { ... 阅读全文
posted @ 2005-07-19 16:18 .net技術 阅读(241) 评论(0) 推荐(0)