只有注册用户登录后才能阅读该文。 阅读全文
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 阅读(249) 评论(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 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 主要利用DataSet的筛选数据的方法 DataAdapter用Fill方法填充DataSet的时候把所取的整个记录加入到DataSet 例如: MyAdapter.Fill(DataSet,TableName); 有时候并不需要将整个查询数据都导入DataSet,真正需要的只是数据的一部。Fill的另一种方法可以满足这种需要。 MyAdapter.Fill(DataSet,Sta... 阅读全文
posted @ 2008-12-05 13:43 paymob 阅读(2745) 评论(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 阅读(174) 评论(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 阅读(164) 评论(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 阅读(477) 评论(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 阅读(282) 评论(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 阅读(271) 评论(1) 推荐(0) 编辑
摘要: Code class IntroToLINQ { static void Main() { // The Three Parts of a LINQ Query: // 1. Data source. int[] numbers = new int[7] { 0, 1, 2, 3, 4, 5, 6 }; ... 阅读全文
posted @ 2008-11-28 15:42 paymob 阅读(223) 评论(0) 推荐(0) 编辑