该文被密码保护。 阅读全文
posted @ 2017-11-20 08:53 enych 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ID 次数 ... 阅读全文
posted @ 2017-11-20 08:51 enych 阅读(187) 评论(0) 推荐(0) 编辑
摘要: <div> <asp:FileUpload ID="FileUpload1" runat="server" /> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="上传" /> </div> 阅读全文
posted @ 2017-11-20 08:48 enych 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 全局程序文件Global.asax中 void Session_Start(object sender, EventArgs e) { //页面被访问 只执行一次同 向cookes写入数据 (该cookies有效期在浏览器关闭前) //执行sql语句插入数据. string sql = "update Table_1 set B=... 阅读全文
posted @ 2017-11-20 08:42 enych 阅读(120) 评论(0) 推荐(0) 编辑
摘要: if (!Page.IsPostBack) { string sql = "select * from InfoType"; DataTable dt = SqlHelp.ExecuteDataTable(sql); string js = "",ss = ""; for (int i... 阅读全文
posted @ 2017-11-16 17:20 enych 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 搜索 阅读全文
posted @ 2017-11-15 17:37 enych 阅读(4513) 评论(1) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Net; using System.Web; using System.Web.UI; using System.Web.UI.WebCont... 阅读全文
posted @ 2017-11-14 15:41 enych 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 上面是aspx代码 下面是对应的cs代码 使用需要sqlhelp 类库 对应的命名空间 using DAL; 看了好多大神的代码 好复杂 自己结合repeater控件的学习 研究了一翻 AlwayShow=true 总显示分页控件 CurrentPageIndex =1 当前页的索引 FirstPa 阅读全文
posted @ 2017-11-06 12:57 enych 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 新闻 看河南 看世界 2017.10.16 xxx主持中共中央党外人士座谈会 “我们的自信”文化篇——中华之魂 十八次党代会十八座里程碑 解决了啥难题 ... 阅读全文
posted @ 2017-10-25 17:41 enych 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 9 19 20 30 31 54 55 72 73 93 94 107 108 阅读全文
posted @ 2017-10-11 17:51 enych 阅读(168) 评论(0) 推荐(0) 编辑