Enable ajax using ASP.Net using C#
-
Hi All , I have one web site which is not ajax enabled and developed in vs2005 now we want to enable ajax i tried to find out the process in .net but i am not able to find out proper one can any one tell me about the process and where will i find the related software. Thanks to all, Amit Patel
-
Hi All , I have one web site which is not ajax enabled and developed in vs2005 now we want to enable ajax i tried to find out the process in .net but i am not able to find out proper one can any one tell me about the process and where will i find the related software. Thanks to all, Amit Patel
Install the AJAX extension from here[^]
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi All , I have one web site which is not ajax enabled and developed in vs2005 now we want to enable ajax i tried to find out the process in .net but i am not able to find out proper one can any one tell me about the process and where will i find the related software. Thanks to all, Amit Patel
Amit Patel1985 wrote:
I have one web site which is not ajax enabled
Rubbish. Every website is 'AJAX enabled', AJAX happens in the browser, using javascript. It would be wise for you to be one of the minority of people who actually understands what AJAX is, instead of blindly using a library. That you couldn't even google to find out where the ASP.NET AJAX library is downloaded from, does not give me hope.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
Hi All , I have one web site which is not ajax enabled and developed in vs2005 now we want to enable ajax i tried to find out the process in .net but i am not able to find out proper one can any one tell me about the process and where will i find the related software. Thanks to all, Amit Patel
download the ajax extensions and install it do the necessary settings in web.config wrap ur controls in update panel
-
Amit Patel1985 wrote:
I have one web site which is not ajax enabled
Rubbish. Every website is 'AJAX enabled', AJAX happens in the browser, using javascript. It would be wise for you to be one of the minority of people who actually understands what AJAX is, instead of blindly using a library. That you couldn't even google to find out where the ASP.NET AJAX library is downloaded from, does not give me hope.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
Christian Graus wrote:
blindly using a library
Very much true. People are so-much carried over by the so-called AJAX libraries that they are getting myopic and don't go a little deep into understanding what the technology that works behind it. They just want to punch in a few keystrokes on the pretext of coding and enjoy an elusive escape.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep! -
Hi All , I have one web site which is not ajax enabled and developed in vs2005 now we want to enable ajax i tried to find out the process in .net but i am not able to find out proper one can any one tell me about the process and where will i find the related software. Thanks to all, Amit Patel