上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 前台<style> .form-control{ display:inline-block; } .tiaozheng { padding-top:5px; } </style> <script type="text/javascript"> $(document).ready(function ( 阅读全文
posted @ 2018-03-07 10:47 笑兮兮 阅读(1739) 评论(0) 推荐(0) 编辑
摘要: <wijmo:C1TreeView ID="C1TreeView1" runat="server" ShowCheckBoxes="true" ShowExpandCollapse="true" Width="300px"></wijmo:C1TreeView> <asp:Button ID="Bu 阅读全文
posted @ 2018-03-07 10:38 笑兮兮 阅读(267) 评论(0) 推荐(0) 编辑
摘要: <wijmo:C1Tabs ID="C1Tab1" runat="server" ><%--OnSelectedChanged="" AutoPostBack="true" --%> <Pages><wijmo:C1TabPage id="C1TabPage0" runat="server" ><w 阅读全文
posted @ 2018-03-07 10:30 笑兮兮 阅读(436) 评论(0) 推荐(0) 编辑
摘要: function addtreetotable(obj){ var table1 = document.getElementById("Table1"); var hang = obj.parentNode.parentNode.parentNode.childElementCount; for(v 阅读全文
posted @ 2018-03-07 10:22 笑兮兮 阅读(169) 评论(0) 推荐(0) 编辑
摘要: public void AddRows(HtmlTable table(表名),DataTable dt(数据源), string i(自增长)) { int j = int.Parse(i); HtmlTableRow tr0 = new HtmlTableRow(); HtmlTableCell 阅读全文
posted @ 2018-03-07 10:19 笑兮兮 阅读(511) 评论(0) 推荐(0) 编辑
摘要: <asp:TextBox ID="TextBox1" runat="server" Width="98%" CssClass="wuxian"/> <asp:TextBox ID="TextBox2" runat="server" Width="98%" CssClass="wuxian"/> <i 阅读全文
posted @ 2018-03-07 10:03 笑兮兮 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 转载自 http://blog.csdn.net/wangxiaojia42121/article/details/53330464 谢谢 //两个结构一样的DT合并DataTable DataTable1 = new DataTable();DataTable DataTable2 = new D 阅读全文
posted @ 2018-03-07 09:39 笑兮兮 阅读(961) 评论(0) 推荐(0) 编辑
摘要: 方法一: 也是广为人知的一种: YourDataTable.Columns.Remove("列名"); 但是这种情况只适合于去掉很少列的情况。 如果有很多列我却只要一两列呢,那就得用方法二了。 方法二: DataTable dat = YourDataTable.DefaultView.ToTabl 阅读全文
posted @ 2018-03-07 09:19 笑兮兮 阅读(178) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Text; namespace Common{/// <summary>/// 实现Base64加密解密/// </summary>public sealed class Base64{/// <summary>/// Base64加密/// </ 阅读全文
posted @ 2018-03-07 09:16 笑兮兮 阅读(3651) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/weilengdeyu/archive/2013/03/08/2949101.html 我们在讲解Socket编程前,先看几个和Socket编程紧密相关的概念: 当然这里我们只讨论重要的四层 01,应用层(Application):应用层是个很广泛的概念 阅读全文
posted @ 2018-03-07 09:08 笑兮兮 阅读(132) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页