convert to ajax

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

can we convert asp application to ajax using ASP.NET AJAX v1.0 “Core†Beta,if
we have not developed our application using ATLAS?.
 
Hi,
can we convert asp application to ajax using ASP.NET AJAX v1.0 “Core†Beta,if
we have not developed our application using ATLAS?.

You don't "convert" a web application to Ajax. You can use Ajax concepts
in order to improve the user experience. For example, you can avoid
postbacks using an UpdatePanel to refresh only parts of the web page
using Ajax mechanisms.

Thanks to this approach, it is quite easy to integrate ASP.NET Ajax
components into an existing web application.

Check ajax.asp.net for more info.

HTH,
Laurent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top