-
AJAX and ASP
Can anyone tell me if AJAX will work with good old ASP or does it have to be ASP.NET?
I am just starting research on using it and cannot seem to find anything that says that it works with ASP.
Any links that will help with new development would be much appreciated.
Thanks, Sam
Last edited by blugrassboy; 06-08-2006 at 09:44 AM.
-
I did a little google searching and it seems that it's possible to make AJAX work with ASP (see http://www.planet-source-code.com/vb...=9329&lngWId=4) but not very easy.
Here's another tutorial: http://www.hondaswap.com/forums/blog...p?showentry=84
Lori
-
Lori,
The other tutorial you referred me to at www.hondaswap.com is a restricted area and requires a user name and password.
Sam
-
Hi guys,
Thanks for the link... As stated, its out-dated and is no longer there. I have moved this write-up to my blog, and can be read here:
http://www.skeymedia.com/programming...ajax-tutorial/
-
 Originally Posted by blugrassboy
Can anyone tell me if AJAX will work with good old ASP or does it have to be ASP.NET?
I am just starting research on using it and cannot seem to find anything that says that it works with ASP.
Any links that will help with new development would be much appreciated.
Thanks, Sam
Yes This is possible to use Ajax in ASP. you have to use GetXmlHttpObject.
for creating New report with Ajax , we make two files. fist file is execute each and every code (SQl, DropDown , filters etc). and the Put the sql data in recordset in session and pick this on second page and fill the data.
And use the GetXmlHttpObject in first page with javascript code. and use div tag to insert the second page value
Use The following Link For more Detail
http://www.mikesdotnetting.com/Artic...x?ArticleID=39
Similar Threads
-
Replies: 0
Last Post: 05-10-2006, 12:30 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|