Click to See Complete Forum and Search --> : AJAX and ASP
blugrassboy
06-08-2006, 10:41 AM
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
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/scripts/ShowCode.asp?txtCodeId=9329&lngWId=4) but not very easy.
Here's another tutorial: http://www.hondaswap.com/forums/blog/pissedoffsol/index.php?showentry=84
Lori
blugrassboy
06-12-2006, 02:47 PM
Lori,
The other tutorial you referred me to at www.hondaswap.com is a restricted area and requires a user name and password.
Sam
briansol
11-29-2006, 12:34 PM
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/javascript/classic-asp-and-ajax-tutorial/
rahuldev
11-03-2007, 03:53 AM
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/Article.aspx?ArticleID=39
:WAVE:
devx.com
Copyright WebMediaBrands Inc. All Rights Reserved