supegong  

2009年12月9日

摘要: 调用示例<1>调用createResult()public int createJkd(OdbcConnection cn,OdbcTransaction tran){int intRet;OdbcParameter[] parameters = { new OdbcParameter("id",OdbcType.Char,20), new OdbcParameter("bmid",O... 阅读全文
posted @ 2009-12-09 14:41 supegong 阅读(234) 评论(0) 推荐(0)
 
摘要: using System;using System.Data;using System.Data.Odbc;namespace fybs.data{/// <summary>/// Djkd 的摘要说明。/// </summary>public class Djkd:fybs.data.DbObject{public Djkd(){//// TODO: 在此处添加构造函数逻... 阅读全文
posted @ 2009-12-09 14:29 supegong 阅读(112) 评论(0) 推荐(0)
 
摘要: using System;using System.Data.Odbc;using System.Data;namespace fybs.data{/// <summary>/// dbObject 的摘要说明。/// </summary>public class DbObject{private string strConn;private OdbcConnection ... 阅读全文
posted @ 2009-12-09 14:26 supegong 阅读(102) 评论(0) 推荐(0)
 
摘要: using System;using System.Data;using System.Data.Odbc;using glp_gong.bussiness;namespace glp_gong.bussiness{/// <summary>/// Crwsfzr 的摘要说明。/// </summary>public class Crwsfzr:core{private s... 阅读全文
posted @ 2009-12-09 14:18 supegong 阅读(155) 评论(0) 推荐(0)
 
摘要: [代码]namespace glp_gong.bussiness{/// <summary>/// core 的摘要说明。/// </summary>public class core{private string strConn;private OdbcConnection cn;[代码]代码Code highlighting produced by Actipro Co... 阅读全文
posted @ 2009-12-09 14:06 supegong 阅读(149) 评论(0) 推荐(0)
 
摘要: 1.新建div1,内置asp:dropdownlist id="ddlFylb" runat="server" Width="95px",用于选择相应的费用类别填入datagrid.2.前台的代码<1>function trimstr(str) {if (str == null) { return str; } return str.replace(/(^\s*)|(\s*$)/g, ... 阅读全文
posted @ 2009-12-09 11:57 supegong 阅读(176) 评论(0) 推荐(0)
 
摘要: 以下为从不同部门ddlSsbm中选择不同的责任人ddlZrr1.新建类 public Cfunction(){//// TODO: 在此处添加构造函数逻辑//}public static DataSet getSsbm(string strYgid)//得到所属部门,其它页面可直接用,见后面的调用{pub mpub = new pub();return mpub.getBm1(strYgid);}... 阅读全文
posted @ 2009-12-09 11:19 supegong 阅读(136) 评论(0) 推荐(0)