Subscribe For Free Updates!

We'll not spam mate! We promise.

Tuesday, 29 October 2013

How to Get Latitude and Longitude of a Place Using Google Map API

Introduction This article describes how to get the latitude and longitude of a location using the Google Map API in ASP.Net. Here I will describe how to communicate with the Google Map API. Description To use the Google Map API you need to add the following link to the Head section.<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> Design...

GridView Animations Using jQuery

IntroductionThis article describes how to apply an animation to a GridView in ASP.Net using jQuery UI.DescriptionTo create this application you need the jQuery files listed below. jquery-1.9.1.js jquery-ui.js jquery-ui.css You can download them from the source code attached in this page. Here I create three pages for checking various animations...

Thursday, 24 October 2013

jQuery Autocomplete Getting Data From Database in ASP.Net

IntroductionThis article describes how to add an Auto Complete feature to a text box and get the data from a database in ASP.Net using a jQuery UI .DescriptionTo create this application you need the jQuery files listed below. jquery-1.9.1.js jquery-ui.js jquery-ui.css You can download them from the source code attached to this page. Design Go...