Convert a 'normal' website to an ajax website.

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

How can I add ajax functionality to my website. I already know about the
code but are there references I need to include?

TIA - Jeff.
 
You'll need to make references to the assemblies that contain the Ajax
libraries.
 
You should have a sample web.config at :

%ProgramFiles%\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\Web.config

Just copy the Ajax entries from that web.config into your web.config.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 

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