`
文章列表
小孔子代码
东软OA
页面继承基础类
SqlHelper 为 SQL Server 数据库的基本访问类 
http://www.rubylong.cn/WebReport/
http://www.51bids.com/?gclid=CO3t6Oe87ZoCFQhDegodJU4vBQ http://www.sxsoft.com/
http://www.dotnetnuke.com.cn/
EIP项目说明书
public void DataBindInfo() { //得到FeeItemsInFlowTemplate中所有数据 //DataTable dt = (new ApproveFlowTemplateSystem()).getAllFeeItemsInFlowTemplate(); DataSet ds = (new ApproveFlowTemplateSystem()).GetApproveFlowTemplateList(); // 显示到最外层的GridView里面 (new PubS ...
declare @num int, @num1 nvarchar(30), @sqls nvarchar(4000) set @sqls='select @a=FeeID,@b=ItemID from FeeItems' exec sp_executesql @sqls,N'@a int output,@b nvarchar output',@num output ,@num1 output select @num,@num1
易科德费用预算控制系统
public string executeGetReturn(string strSql)//strSql 是传入SQL命令语句 { //得到数据的连接 并且这个连接是打开 // getCon(); //建立一个 命令对象 cmd.Connection = getCon(); //命令对象是需要基于 一个已经打开了的连接 cmd.CommandText = strSql; //指定数据库命令对象的 执行语句 string result = cmd.ExecuteScalar().ToString(); //执行命令语句,并将其以字符串的形式返回 clear(); retur ...
#region 模板下载: //linbtnTemplateDown_Click 单击事件 protected void linbtnTemplateDown_Click(object sender, EventArgs e) { string fileName = Server.MapPath(".") + "\\excel\\FeeBudgetYear.xls"; FileDownload(fileName); } #endregion #reg ...
ASP.NET 导入EXCEL 总汇 2008年02月21日 星期四 下午 02:37 1、由dataset生成 public void CreateExcel(DataSet ds,string typeid,string FileName)    {    HttpResponse resp;    resp = Page.Response;    resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312");    resp.AppendHeader("Content-Dis ...
//filepath是Excel的路径 #region 上传时的数据DataSet绑定: protected DataSet DSBind(string filePath) { String ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + filePath + ";" + "Extended Properties=Excel 8.0;"; //Create ...
Global site tag (gtag.js) - Google Analytics