2008年5月26日
摘要: 无标题文档 阅读全文
posted @ 2008-05-26 20:43 freexiaoyu 阅读(3826) 评论(0) 推荐(0) 编辑
摘要: System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo(this.TextBox1.Text.Trim()); if(dir.Exists) { this.Button2.Text = "文件以存在"; } else { ... 阅读全文
posted @ 2008-05-26 13:23 freexiaoyu 阅读(250) 评论(0) 推荐(0) 编辑
摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if(e.Row.RowIndex!=-1) { int id = e.Row.RowIndex + 1; e.Row.Cells[0].Te... 阅读全文
posted @ 2008-05-26 13:00 freexiaoyu 阅读(1168) 评论(3) 推荐(0) 编辑