Tuesday, 25 June 2013

AJAX Basic Introduction | Started with AJAX | What is AJAX

AJAX stands for Asynchronous JavaScript and XML. This is not a new programming language, but a new way to use existing standards. AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page. Classic web pages, (which do not use AJAX) must reload the entire page if the content...

Sunday, 23 June 2013

Show Multiple Markers on Google Map from Database using ASP.Net with JavaScript

In this article, I will explain how to show  or add multiple markers to Google maps from database in asp.net website using JavaScript or JavaScript Show multiple markers in Google maps using database in asp.net. First you need create a new table in your database like as shown below: Column Name Data Type Allow Nulls PlaceID int(set isidentity property=true) No PlaceName varchar(50) Yes PlaceLatitude numeric(12,6) Yes PlaceLongitude numeric(12,6) Yes PlaceDescription ...

Saturday, 22 June 2013

Overview and Get Started with ASP.NET

ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript. ASP.NET supports three approaches to build web sites: Web Pages : ASP.NET Web Pages and the new Razor syntax provide a fast, approachable, and lightweight way to combine server code with HTML to create dynamic web content. Connect to databases, add video, link to social networking sites, and include many more features that let you create beautiful sites using the latest web standards.  Web Forms: ASP.NET Web Forms...

Page 1 of 11

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More