Click here to Skip to main content
15,894,177 members
Articles / Web Development / HTML

Custom Paging using AJAX with Sorting

Rate me:
Please Sign up or sign in to vote.
4.83/5 (3 votes)
3 Jun 2014CPOL 16.5K   140   13  
Paging and Sorting with AJAX

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSCustomPaging", "JSCustomPaging\JSCustomPaging.csproj", "{767A2BCC-B719-4A94-BDCB-B189B5E692FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JS.Data", "JS.Data\JS.Data.csproj", "{E745432F-D43D-445E-B3A5-9971EA9968CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JS.Services", "JS.Services\JS.Services.csproj", "{B63B2840-38C2-4AF8-A431-2696A30F01BA}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{767A2BCC-B719-4A94-BDCB-B189B5E692FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{767A2BCC-B719-4A94-BDCB-B189B5E692FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{767A2BCC-B719-4A94-BDCB-B189B5E692FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{767A2BCC-B719-4A94-BDCB-B189B5E692FA}.Release|Any CPU.Build.0 = Release|Any CPU
		{E745432F-D43D-445E-B3A5-9971EA9968CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E745432F-D43D-445E-B3A5-9971EA9968CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E745432F-D43D-445E-B3A5-9971EA9968CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E745432F-D43D-445E-B3A5-9971EA9968CC}.Release|Any CPU.Build.0 = Release|Any CPU
		{B63B2840-38C2-4AF8-A431-2696A30F01BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B63B2840-38C2-4AF8-A431-2696A30F01BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B63B2840-38C2-4AF8-A431-2696A30F01BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B63B2840-38C2-4AF8-A431-2696A30F01BA}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Web Developer PaperSave
India India






Hardik Patel




I am ASP.Net developer since january,2014, @ Satva Infotech, Paldi, Ahmedabad.

I like to learn new tips & tricks in development.

I always like to be updated in technology & also in development.

I also like to share my knowledge with everyone.

I also like to accept new difficulties in project development.

I always spend my time in learning new things.

I am working with SQL ,Javascript ,jQuery ,Ajax ,WebServices ,ASP.NET ,C# etc..



Feeling very happy to developing new projects... Big Grin | :-D Smile | :)



Comments and Discussions