M Mufasa Nov 1, 2007 #1 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.
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.
S Scott M. Nov 1, 2007 #2 You'll need to make references to the assemblies that contain the Ajax libraries.
M Mufasa Nov 1, 2007 #3 What libraries are those? Scott M. said: You'll need to make references to the assemblies that contain the Ajax libraries. Click to expand...
What libraries are those? Scott M. said: You'll need to make references to the assemblies that contain the Ajax libraries. Click to expand...
J Juan T. Llibre Nov 1, 2007 #4 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/ ======================================
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/ ======================================
L Lloyd Sheen Nov 2, 2007 #5 Mufasa said: 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. Click to expand... There are a set of videos at this site. http://www.asp.net/learn/ajax-videos/ #6 shows what you need to do. Hope this helps Lloyd Sheen
Mufasa said: 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. Click to expand... There are a set of videos at this site. http://www.asp.net/learn/ajax-videos/ #6 shows what you need to do. Hope this helps Lloyd Sheen