Ajax and ASP

Ajax and ASP

am 23.03.2007 15:31:20 von glbdev

Does anyone know of a site where I could learn how to use Ajax with
ASP? I am a complete newbie to AJAX (know the name and that's about
it) but am interested to see if it could help my applications. The
only help I can find involves ASP.Net not classic ASP.

Thanks,
Steve

Re: Ajax and ASP

am 23.03.2007 16:12:03 von Anthony Jones

wrote in message
news:1174660280.220954.212000@b75g2000hsg.googlegroups.com.. .
> Does anyone know of a site where I could learn how to use Ajax with
> ASP? I am a complete newbie to AJAX (know the name and that's about
> it) but am interested to see if it could help my applications. The
> only help I can find involves ASP.Net not classic ASP.
>
> Thanks,
> Steve
>

This tutorial uses some simple ASP

http://www.w3schools.com/ajax/default.asp

also worth a read is:-

http://developer.mozilla.org/en/docs/AJAX

Re: Ajax and ASP

am 23.03.2007 18:07:41 von glbdev

On Mar 23, 11:12 am, "Anthony Jones" wrote:
> wrote in message
>
> news:1174660280.220954.212000@b75g2000hsg.googlegroups.com.. .
>
> > Does anyone know of a site where I could learn how to use Ajax with
> > ASP? I am a complete newbie to AJAX (know the name and that's about
> > it) but am interested to see if it could help my applications. The
> > only help I can find involves ASP.Net not classic ASP.
>
> > Thanks,
> > Steve
>
> This tutorial uses some simple ASP
>
> http://www.w3schools.com/ajax/default.asp
>
> also worth a read is:-
>
> http://developer.mozilla.org/en/docs/AJAX

Thanks Anthony, I'll check them both out.
- Steve