12 2008 档案

摘要:using System.Data.SqlClient; protected void SqlBulkCopyData(DataTable dt) { //使用SqlBulkCopy把内存表DataTable里的数据插入答卷数据表 SqlBulkCopy bcp = new SqlBulkCopy(connectionString)... 阅读全文
posted @ 2008-12-19 09:47 paymob 阅读(229) 评论(0) 推荐(0) 编辑
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ')" /> ... 阅读全文
posted @ 2008-12-18 10:35 paymob 阅读(249) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2008-12-12 15:12 paymob 阅读(35) 评论(0) 推荐(0) 编辑
摘要:怎么让打开首页时在10秒后弹出窗口 如下代码, 时间应该加在那里呢? 或者还有没有其它代码呢? Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 任意的页面内容 阅读全文
posted @ 2008-12-11 10:01 paymob 阅读(250) 评论(0) 推荐(0) 编辑
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// Get/set the displaying text of content page header. /// pub... 阅读全文
posted @ 2008-12-09 10:43 paymob 阅读(131) 评论(0) 推荐(0) 编辑
摘要:主要利用DataSet的筛选数据的方法 DataAdapter用Fill方法填充DataSet的时候把所取的整个记录加入到DataSet 例如: MyAdapter.Fill(DataSet,TableName); 有时候并不需要将整个查询数据都导入DataSet,真正需要的只是数据的一部。Fill的另一种方法可以满足这种需要。 MyAdapter.Fill(DataSet,Sta... 阅读全文
posted @ 2008-12-05 13:43 paymob 阅读(2749) 评论(2) 推荐(0) 编辑
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->USE [SpaceBuilder] GO /****** 对象: StoredProcedure [dbo].[wl_Users_GetSet] 脚本日期: 12/02/2008 10... 阅读全文
posted @ 2008-12-02 10:51 paymob 阅读(177) 评论(0) 推荐(0) 编辑
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->USE [SpaceBuilder] GO /****** 对象: StoredProcedure [dbo].[wl_UserVisits_GetSet] 脚本日期: 12/02/20... 阅读全文
posted @ 2008-12-02 10:47 paymob 阅读(168) 评论(0) 推荐(0) 编辑
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER PROCEDURE [dbo].[sp_GetEntities] @PageSi... 阅读全文
posted @ 2008-12-01 14:29 paymob 阅读(480) 评论(1) 推荐(0) 编辑
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER PROCEDURE [dbo].[aspnet_Membership_GetAllUse... 阅读全文
posted @ 2008-12-01 13:16 paymob 阅读(283) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->protected void ButtonExcel_Click1(object sender, EventArgs e) { List userTypes = n... 阅读全文
posted @ 2008-12-01 10:04 paymob 阅读(276) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示