摘要:
无标题文档 阅读全文
posted @ 2008-05-26 20:43
freexiaoyu
阅读(3836)
评论(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
阅读(256)
评论(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
阅读(1173)
评论(3)
推荐(0)
浙公网安备 33010602011771号