Convert a 'normal' website to an ajax website.
by Mufasa on 11/1/2007 12:04:00 PM
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.
Re: Convert a 'normal' website to an ajax website.
by Scott M. on 11/1/2007 12:11:00 PM
You'll need to make references to the assemblies that contain the Ajax
libraries.
"Mufasa" <jb@nowhere.com> wrote in message
news:uO3zbFMHIHA.484@TK2MSFTNGP06.phx.gbl...
> 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.
>
>
Re: Convert a 'normal' website to an ajax website.
by Mufasa on 11/1/2007 12:21:00 PM
What libraries are those?
"Scott M." <s-mar@nospam.nospam> wrote in message
news:%23qSdyLMHIHA.4916@TK2MSFTNGP02.phx.gbl...
> You'll need to make references to the assemblies that contain the Ajax
> libraries.
>
>
> "Mufasa" <jb@nowhere.com> wrote in message
> news:uO3zbFMHIHA.484@TK2MSFTNGP06.phx.gbl...
>> 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.
>>
>>
>
>
Re: Convert a 'normal' website to an ajax website.
by Juan T. Llibre on 11/1/2007 12:23:00 PM
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/
======================================
"Mufasa" <jb@nowhere.com> wrote in message news:OwYgKPMHIHA.6068@TK2MSFTNGP05.phx.gbl...
> What libraries are those?
> "Scott M." <s-mar@nospam.nospam> wrote in message news:%23qSdyLMHIHA.4916@TK2MSFTNGP02.phx.gbl...
>> You'll need to make references to the assemblies that contain the Ajax libraries.
>>
>>
>> "Mufasa" <jb@nowhere.com> wrote in message news:uO3zbFMHIHA.484@TK2MSFTNGP06.phx.gbl...
>>> 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.
>>>
>>>
>>
>>
>
>
Re: Convert a 'normal' website to an ajax website.
by Lloyd Sheen on 11/2/2007 8:39:00 AM
"Mufasa" <jb@nowhere.com> wrote in message
news:uO3zbFMHIHA.484@TK2MSFTNGP06.phx.gbl...
> 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.
>
>
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