Jump to content

.Net and Ajax

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
smithcarvo

smithcarvo

    Newbie

  • Members
  • Pip
  • 5 posts
Hi all,

How can I implement Ajax in asp.net 2.0 application.

I will highly appreciate your feed back.

Thanks in advance.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You need to create a JavaScript file that fetches data from your ASP.NET 2.0 application. AJAX isn't actually a language, it is JavaScript and a server side language, such as ASP.

#3
smithcarvo

smithcarvo

    Newbie

  • Members
  • Pip
  • 5 posts
Thanks a lot !