Click here to Skip to main content
15,886,518 members
Articles / Web Development / ASP.NET

Advanced Paging GridView with ASP.NET 2.0/3.5

Rate me:
Please Sign up or sign in to vote.
3.68/5 (13 votes)
7 Nov 2008CPOL 94.2K   2.3K   49  
Advanced paging GridView with ASP.NET 2.0/3.5
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
using System.Web.UI;
[assembly: TagPrefix("WizardGridView", "Wizard")]

// 組件的一般資訊是由下列的屬性集控制。
// 變更這些屬性的值即可修改組件的相關
// 資訊。
[assembly: AssemblyTitle("WizardGridView")]
[assembly: AssemblyDescription("Advanced GridView of ASP.NET 2.0 & 3.5")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("www.cnblogs.com/WizardWu")]
[assembly: AssemblyProduct("WizardGridView")]
[assembly: AssemblyCopyright("Copyright (C) WizardWu 2008")]
[assembly: AssemblyTrademark("WizardGridView")]
[assembly: AssemblyCulture("")]

// 將 ComVisible 設定為 false 會使得這個組件中的型別
// 對 COM 元件而言為不可見。如果您需要從 COM 存取這個組件中
// 的型別,請在該型別上將 ComVisible 屬性設定為 true。
[assembly: ComVisible(false)]

// 下列 GUID 為專案公開 (Expose) 至 COM 時所要使用的 typelib ID
[assembly: Guid("cdcbc83f-f3bb-4d5e-9b75-c3de67e13502")]

// 組件的版本資訊是由下列四項值構成:
//
//      主要版本
//      次要版本 
//      組建編號
//      修訂編號
//
// 您可以指定所有的值,也可以依照以下的方式,使用 '*' 將修訂和組建編號
// 指定為預設值:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//[assembly: NeutralResourcesLanguageAttribute("zh-CHT")]
//[assembly: WebResource("WizardGridView.bmp", "image/bmp")]
//[assembly: AssemblyKeyFile("KeyFile.snk")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Taiwan Taiwan
A young programmer in Taipei City, Taiwan. Earn little money and just coding for fun.

Comments and Discussions