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

using cache to store Data in datatable for custom paging with Datalist, Repeater or Datagrid

Rate me:
Please Sign up or sign in to vote.
3.42/5 (7 votes)
1 Jun 20064 min read 99.5K   36  
In this article, I ll show you how to cache data to use with DataList/Repeater/Datagrid controls for custom paging and better performance
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SearchC", "http://localhost/SearchC/SearchC.csproj", "{D46C571C-481A-4A20-A6D4-C5FEBCBE9169}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D46C571C-481A-4A20-A6D4-C5FEBCBE9169}.Debug.ActiveCfg = Debug|.NET
		{D46C571C-481A-4A20-A6D4-C5FEBCBE9169}.Debug.Build.0 = Debug|.NET
		{D46C571C-481A-4A20-A6D4-C5FEBCBE9169}.Release.ActiveCfg = Release|.NET
		{D46C571C-481A-4A20-A6D4-C5FEBCBE9169}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
Hi,
i am working as web developer in Preston,UK and working with ASp .NET (C# and VB .NET), SQL SERVER for the last 2 years i think. i had some experience in ASP before working with .NET. In my spare time I like to watch and play cricket and PC games. you can contact me at

http://www.eboxzone.com


Comments and Discussions