摘要:
bootstrap-modal译为模态对话框,也就是带遮罩层的对话框。从它的源码实现来看有点罗索。它的HTML结构分三分部,首部,内容区,底层,底部放按钮或分页栏。<divclass="modal hide fade"><divclass="modal-header"><buttontype="button"class="close"data-dismiss="modal"aria-hidden="true">×</butt 阅读全文
摘要:
//TransmitFile实现下载protected void Button1_Click(object sender, EventArgs e){Response.ContentType = "application/x-zip-compressed";Response.AddHeader("Content-Disposition", "attachment;filename=z.zip");string filename = Server.MapPath("DownLoad/aaa.zip");Respons 阅读全文