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

Generic Paging for Recordset with Next Back Navigation

Rate me:
Please Sign up or sign in to vote.
3.55/5 (5 votes)
20 Jun 2005CPOL1 min read 32.6K   582   29  
This article is basically about a Paging control required for project purposes. One can use this just by changing three parameters.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paging", "http://localhost/Paging/Paging.csproj", "{BDEE8947-2D4A-4D1F-BE74-D1B13A53AC26}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{BDEE8947-2D4A-4D1F-BE74-D1B13A53AC26}.Debug.ActiveCfg = Debug|.NET
		{BDEE8947-2D4A-4D1F-BE74-D1B13A53AC26}.Debug.Build.0 = Debug|.NET
		{BDEE8947-2D4A-4D1F-BE74-D1B13A53AC26}.Release.ActiveCfg = Release|.NET
		{BDEE8947-2D4A-4D1F-BE74-D1B13A53AC26}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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
Technical Lead
Australia Australia
Whatsup-->Exploring--> MVC/HTML5/Javascript & Virtualization.......!
www.santoshpoojari.blogspot.com

Comments and Discussions