摘要: 前台 <asp:Label ID="lbtitle" runat="server" Visible="false" Text='<%#DataBinder.Eval(Container.DataItem,"title") %>'></asp:Label> 后台 string name = ((Lab 阅读全文
posted @ 2016-05-26 10:10 刘大王 阅读(293) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title></title> <link rel="stylesheet" href="libs/zTree_v3-master/css/zTre 阅读全文
posted @ 2016-05-24 16:28 刘大王 阅读(825) 评论(0) 推荐(0) 编辑
摘要: #region excel 转为数据库记录 /// <summary> /// excel 转为数据库记录 /// </summary> /// <param name="tbname">表名</param> /// <param name="filePath">文件路径</param> publi 阅读全文
posted @ 2016-05-20 16:10 刘大王 阅读(236) 评论(0) 推荐(0) 编辑