Subscribe For Free Updates!

We'll not spam mate! We promise.

Thursday, 7 November 2013

Google Search In ASP NET

Introduction   This article describes how to add a Google search feature in ASP.Net.  Here I will describe how to communicate with the Google search API. Description Since it is third party software, we require a third-party DLL to be referenced by our application that will communicate with the Google server. For...

Monday, 4 November 2013

GridView Sorting Using jQuery Plugin

IntroductionThis article describes how to use GridView in ASP.Net and jQuery. We can do it server-side but if you do it using jQuery then you are putting less load on the server. You can handle it client-side.DescriptionTo create this application you need the jQuery plugins listed below. jquery.tablesorter.min.js jquery-1.4.3.min.js You...