Click here to Skip to main content
15,889,345 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
thereare are ways to avoid page load in asp.net website..
like..

1>asp.net update pannel
2>AjaxControlToolkits
3>Jquery Ajax calling

C#
tell me the best way to avoid page load in asp.net and the latest technology used recentdays
Posted

1 solution

Read these.

1. Why using jQuery for AJAX calls before the Ajax Control Toolkit[^]
Quote:
As you can see in this (very) simple example, the difference between the implementing a async callback with the toolkit and jQuery gives us an advantage of 951 characters. You can imagine what the difference would be in a page with let’s say 50 controls on their.

For simple Ajax functionality the toolkit is an excellent choice for a beginning developer. A developer who doesn’t want to know what’s going on in the background. He updates a drop down list and the correct value appears in the textbox underneath. What triggered it and how it’s used, he (or she) doesn’t care.

2. ASP.NET Ajax Control Kit versus JQuery[^]
Quote:
Short answer:

If your page/site isn't currently depending on the UpdatePanel or ACT controls, definitely use jQuery and jQuery UI for any new work. That's even Microsoft's own recommendation now.
 
Share this answer
 
Comments
/\jmot 25-Oct-14 8:59am    
thnxx for the info.
Most welcome buddy. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900