原创 兼容ie和ff的無縫滾動

<html><head>    <title></title>    <script language="javascript" type="text/javascript">        function VScrollPanel()

原创 迅雷首頁圖片輪播

<html> <head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>迅雷新聞焦點圖片輪播js源碼 - 廣告代碼 - 中國asp之家

原创 給用戶控件設置屬性

就下面的形式就可以了: public string UserName        {             get { return txt1.Text; }             set { txt1.Text = value;

原创 騰訊圖片輪播

<style type="text/css">body{ font-size:12px; color:#333;}#picBox{width:610px; height:205px; margin:50px auto; overflow:

原创 Config File Settings Of EF——實體框架的配置文件設置

我亦MSDN 原文地址 http://msdn.microsoft.com/en-us/data/jj556606 Entity Framework allows a number of settings to be specified

原创 網址收藏專文

包含不少有用的內容 1.http://www.cnblogs.com/peterzb/favorite/198324.html  特效相當多呀 2.http://forum.csdn.net/PointForum/Forum/UserTo

原创 CommonLib下的CheckQuery.cs

using System;using System.Collections.Generic;using System.Text; namespace HG.CommonLib{    public class CheckQuery   

原创 AspNetPager.dll分頁控件綁定gridview,datalist,repeater

 public class AspPager    {        public static void AspNetPager(GridView gv, DataSet ds, Wuqi.Webdiyer.AspNetPager as

原创 我的我記錄主頁

http://www.wojilu.com/songtao?skinId=3

原创 C#.NET:ref和out的區別

在C# 中,既可以通過值也可以通過引用傳遞參數。通過引用傳遞參數允許函數成員更改參數的值,並保持該更改。若要通過引用傳遞參數, 可使用ref或out關鍵字。ref和out這兩個關鍵字都能夠提供相似的功效,其作用也很像C中的指針變量。它們的

原创 Common下StringHelper.cs

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;

原创 AspNetPager外觀控制示例

<webdiyer:AspNetPager ID="asppager" CssClass="asppager" runat="server" AlwaysShow="True" FirstPageText="首頁" LastPageTex

原创 DBUtility下SQLHelper.cs

using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Configuration;usi

原创 一些概念

cms內容管理系統sns社交網絡服務oa辦公自動化

原创 C#中方法的四種參數

 C#中方法的參數有四種類型      1. 值參數  (不加任何修飾符,是默認的類型)      2. 引用型參數  (以ref 修飾符聲明)      3. 輸出參數  (以out 修飾符聲明)      4. 數組型參數  (以pa