导航

2006年11月13日

摘要: 按钮事件实现下载: private void ResponseFile(string path) { System.IO.FileInfo fi = new System.IO.FileInfo(path); Response.Clear(); Response.ClearHeaders(); R... 阅读全文

posted @ 2006-11-13 12:41 急惊风 阅读(330) 评论(0) 推荐(0)

摘要: GridView中删除行的提示 protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { foreach (TableCell tc in e.Row.Cells) { if (tc.Controls.Count > 0) {... 阅读全文

posted @ 2006-11-13 11:56 急惊风 阅读(495) 评论(0) 推荐(0)