AJAX

How to use integrate AJAX in Visual Studio.Net

Ajax (shorthand for asynchronous JavaScript + XML is a group of interrelated web development techniques used on the client-side to create interactive web applications and webpages.

Read more…

2 comments - What do you think?  Posted by admin - May 21, 2011 at 7:58 am

Categories: .Net Framework, AJAX, Programming   Tags: , , , , , ,

Final touches of AJAX in ASP.Net

Ajax (shorthand for asynchronous JavaScript + XML is a group of interrelated web development techniques used on the client-side to create interactive web applications and Read more…

2 comments - What do you think?  Posted by admin - at 7:50 am

Categories: .Net Framework, AJAX, Database, Programming   Tags: , , , , ,

Using AJAX in Visual Studio.Net 2008 IDE

Ajax (shorthand for asynchronous JavaScript + XML is a group of interrelated web development techniques used on the client-side to create interactive web applications and webpages.

Read more…

2 comments - What do you think?  Posted by admin - at 7:17 am

Categories: .Net Framework, AJAX, Programming   Tags: , , , , , , ,

Creating an Ajax Chat Client

Ajax (shorthand for asynchronous JavaScript + XML is a group of interrelated web development techniques used on the client-side to create interactive web applications and webpages. Read more…

2 comments - What do you think?  Posted by admin - at 6:00 am

Categories: AJAX   Tags: , , ,

AJAX – Introduction to AJAX

This video talks about an introduction to AJAX. It is not a new programming language, but a new technique for creating better, faster and a more interactive web application which makes web user experience much better.

With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequestobject. With this object, a JavaScript can trade data with a web server, without reloading the page.

AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

The AJAX technique makes Internet applications smaller, faster and more user-friendly. As most of the webmasters are adopting this technology for their websites.

11 comments - What do you think?  Posted by admin - May 20, 2011 at 12:19 pm

Categories: AJAX   Tags: , , , , , ,