摘要:
<style type="text/css"> .test { } .test label { margin-right: 30px; } </style><asp:RadioButtonList ID="rblmethod" runat="server" RepeatDirection="Horizontal" BorderColor="White" RepeatColumns="2" RepeatLayout="Flow" 阅读全文
摘要:
protected void btnexcel_Click(object sender, EventArgs e) { BindData(); string filename = DateTime.Now.ToString("yyyyMMddhhmmss"); Common.Lib.GridViewExportExcel outep = new Common.Lib.GridViewExportExcel(Response); outep.Export(filename, gvshow); } protected void gvshow_RowDataBound(objec 阅读全文