摘要:
http://blog.sina.com.cn/s/blog_55e42da60100ocvh.html 阅读全文
摘要:
$.ajax({ url: "../AjaxPage/AjaxHandler.ashx", cache: false, //type:"Post", data: { Type: "Getreport", gettexvalue: gettexvalue, tablename: tablename } 阅读全文
摘要:
// 合并单元格 for (int i = ElectricYellowPage.Items.Count - 1; i > 0; i--) { HtmlTableCell oCell_previous = ElectricYellowPage.Items[i - 1].FindControl("td 阅读全文
摘要:
前台: <asp:FileUpload ID="fuGlossaryXls" runat="server" style="float:left;height:30px; " EnableViewState="False" /> <asp:Button style="float:left;" ID=" 阅读全文
摘要:
// hfclient.Value = ds.Rows[0]["ImprotDate"].ToString(); //改变行背景色 //for (int i = 0; i < ClientChannel.Items.Count;i++ ) { // Label lblName = ClientCha 阅读全文
摘要:
前台: <div class="table-responsive" > <table class="table table-bordered table-condensed" > <asp:Repeater ID="ElectricYellowPage" runat="server" EnableV 阅读全文
摘要:
private void BindDatazhangting() { DataTable dt = new DataTable(); dt.Columns.Add("channel", Type.GetType("System.String")); dt.Columns.Add("target", 阅读全文