摘要: <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" 阅读全文
posted @ 2012-12-11 11:27 洗耳恭听兼烂笔头 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2012-12-11 08:31 洗耳恭听兼烂笔头 阅读(147) 评论(0) 推荐(0) 编辑