AJAX Forums

Tutorial: Introduction to AJAX in ASP.NET 2.0 and VB

This is a discussion on Tutorial: Introduction to AJAX in ASP.NET 2.0 and VB within the AJAX Articles forums, part of the Beginners AJAX category; AJAX, short for Asynchronous JavaScript And XML, isn't a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive an ...

Go Back   AJAX Forums > Beginners AJAX > AJAX Articles

AJAX Made Easy


AJAX Articles Post Tutorials and Articles here!

Reply

 

LinkBack Thread Tools Display Modes
Old 07-24-2008, 03:07 PM   #1 (permalink)
Junior Member
 
Join Date: Jul 2008
Posts: 1
Rep Power: 0
commando is on a distinguished road
Tutorial: Introduction to AJAX in ASP.NET 2.0 and VB

AJAX, short for Asynchronous JavaScript And XML, isn't a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive an asynchronous request/response to the server, and then leverages presentation technologies (JavaScript, DOM, HTML, and CSS) to process the response. Applications using AJAX are legitimate today, because most browsers support the necessary technology.

First thing we need to do is to import the AJAX namespace from Ajax.DLL.The Ajax namespace contains Ajax.dll encapsule Asynchronous Javascript and XML in Bin folder. This is an combination of Javascript and XML. The data is transfered in the form of XML.

Imports Ajax
Imports System.Data.SqlClient
Imports System.Data


In this tutorial, the only configuration step beyond that is to add the following code in the web.config file, inside the <system.web> element.


<httpHandlers>
<add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax"/>
</httpHandlers>


Orginally posted at ajaxtutorials.com
commando is offline   Reply With Quote
Sponsored Links
Old 02-03-2009, 02:35 AM   #2 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 3
Rep Power: 0
vikas is on a distinguished road
Its nice stuff.good job.You had posted a cool link.take a thumbs up from me..
__________________
Website design
NYC Web Design
vikas is offline   Reply With Quote
Old 05-31-2009, 05:09 PM   #3 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 5
Rep Power: 0
dave1 is on a distinguished road
Thanks for sharing AJAX in ASP.NET 2.0 and VB on AJAX in ASP.NET 2.0 and VB
dave1 is offline   Reply With Quote
Old 07-01-2009, 09:10 AM   #4 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 5
Rep Power: 0
dave1 is on a distinguished road
Thanks for sharing information about AJAX in ASP.NET 2.0 ......
dave1 is offline   Reply With Quote
Old 01-18-2010, 09:49 AM   #5 (permalink)
Junior Member
 
Join Date: Jan 2010
Posts: 3
Rep Power: 0
blue1128 is on a distinguished road
Thanks for the great article. I'm a newbie in this sort of thing. So far I'm learning a lot in this forum.
__________________
hot tubs
adwords consultants
blue1128 is offline   Reply With Quote
Sponsored Links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
ColdFusion AJAX Tutorial 1: Auto-Suggest microbee AJAX Help 0 05-31-2007 11:44 PM
CSS styleswitcher tutorial Anonymouse XHTML and CSS 2 04-15-2007 08:18 AM
AJAX Tutorial on Oracle.com microbee AJAX Help 0 01-28-2007 04:18 PM
AJAX Tutorial on Oracle.com microbee AJAX Help 0 01-27-2007 08:41 PM
AJAX Tutorial on Oracle.com microbee AJAX Help 0 01-26-2007 02:19 PM


All times are GMT -4. The time now is 08:39 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Copyright ©2006 - 2009, AJAXwith.com