ajax is a technology used to update partial area and perform operations with out affect the entire page. C# is server side language of course you need to update the page generally to perform this. For partial rendering ajax is the best as this update
the needed part only
ajax
Regards,
Akhil Raj K R
Please Mark as Answer if it helps u...
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
34 Points
63 Posts
ajax v/s c# call
Jan 12, 2015 12:53 AM|krdobariya|LINK
Hi,
what is difference $.ajax call v/s c# call; which is best performance.
ajax
Contributor
2349 Points
949 Posts
Re: ajax v/s c# call
Jan 12, 2015 01:11 AM|akhilrajau|LINK
hi,
ajax is a technology used to update partial area and perform operations with out affect the entire page. C# is server side language of course you need to update the page generally to perform this. For partial rendering ajax is the best as this update the needed part only
ajax
Akhil Raj K R
Please Mark as Answer if it helps u...
All-Star
40535 Points
6233 Posts
Microsoft
Re: ajax v/s c# call
Jan 29, 2015 04:44 AM|Fei Han - MSFT|LINK
Hi krdobariya,
Thanks for your post.
jQuery.ajax() performs an asynchronous HTTP (Ajax) request.
Besides, if you’d like to compare AJAX request with (regular) HTTP request, you could refer to this link.
Hope it will be helpful for you.
Best Regards,
Fei Han
ajax