摘要: //Write pdf bytes to outputstream // 在线打开 if (DKFS == "pdf") { Response.ContentType = "application/pdf"; } // 下载 if (DKFS == "octet-stream") { Response.AddHeader("Content-Disposition", string.Format("... 阅读全文
posted @ 2009-12-27 21:38 熵星尘 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 情况1:使用dataSource绑定的时候使用一个页面变量,GridViewFlow_RowDeleting先执行,紧接着SqlDataSourceFlow_Deletingprivate int rowIndex; protected void GridViewFlow_RowDeleting(object sender, GridViewDeleteEventArgs e) { rowInde... 阅读全文
posted @ 2009-12-27 20:11 熵星尘 阅读(181) 评论(0) 推荐(0) 编辑