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.
Categories: .Net Framework, AJAX, Programming Tags: .net, ajax, asp.net, dotnet framework, tutorials, web, website
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…
Categories: .Net Framework, AJAX, Database, Programming Tags: asp, asp.net, htm, html, web development, website
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.
Categories: .Net Framework, AJAX, Programming Tags: ajax, dotnet, how to, howtos, htm, html, learning, tutotial
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…
Categories: AJAX Tags: ajax, html, web, xml javascript
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.
Categories: AJAX Tags: ajax, asp.net, http, java, javascript, web development, xml