2016年10月16日

摘要: 验证 1 function AddPersonClick() { 2 if (Check() == true) { 3 sum = sum + 1; 4 $("[id$='hid_sum'").val(sum); 5 //alert(sum); 6 var logint = $('input:rad 阅读全文
posted @ 2016-10-16 11:21 努力向上的小蜗牛 阅读(688) 评论(0) 推荐(0)
 
摘要: 后台传JSON 1 public class CourseType : IHttpHandler 2 { 3 Epoint.PeiXun.Bizlogic.BLL.CourseLibrary.PX_CourseType.B_PX_CourseType b_coursetype = new Epoin 阅读全文
posted @ 2016-10-16 11:15 努力向上的小蜗牛 阅读(7528) 评论(0) 推荐(0)
 
摘要: 前台 1 function BMSure() { 2 var DanWeiName = $("[id$='BusinessName']").val(); 3 var Address = $("[id$='Address']").val(); 4 if ((DanWeiName != "") && ( 阅读全文
posted @ 2016-10-16 11:11 努力向上的小蜗牛 阅读(6129) 评论(0) 推荐(0)
 
摘要: 前台定义按钮 1 <epoint:WebToolBar runat="server" ID="WebToolBar1" AddTarget="top" RelationName="培训信息" 2 EnableUpdate="false" OnCommandClick="WebToolBar1_Com 阅读全文
posted @ 2016-10-16 11:00 努力向上的小蜗牛 阅读(151) 评论(0) 推荐(0)
 
摘要: 一个DataGrid里有两张表的数据,导出成一张表 1 protected void btnExcel_Click(object sender, EventArgs e) 2 { 3 InfoExport(); 4 } 5 6 protected void InfoExport() 7 { 8 tr 阅读全文
posted @ 2016-10-16 10:54 努力向上的小蜗牛 阅读(648) 评论(0) 推荐(0)
 
摘要: 两张表导入到一个DataGrid里面(题目表和答案表) 前台代码 1 <asp:Content ID="Content1" ContentPlaceHolderID="cphToolBar" runat="server"> 2 <epoint:Button ID="btnImport" runat= 阅读全文
posted @ 2016-10-16 10:47 努力向上的小蜗牛 阅读(298) 评论(0) 推荐(0)