Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can you tell me where ajax toolkit controls are executed??I mean Server side or client side??
Posted

1 solution

The AJAX and also AJAX controls are designed to improve the User Interface speed for a web application.

So they are improving the communication between web client (browser) and the web application that is running on the server in the way that when a AJAX call is made from the web page (that is running on the browser) only some specified data or partial page (update panel) is send to the server and not the entire page.
 
Share this answer
 
Comments
Member 11246037 29-Nov-14 8:29am    
which one is good ?Using Ajax toolkit ModalPopup extender control or bootstrap modal class to show a data on popup box?/
Raul Iloc 29-Nov-14 8:38am    
If you are using Ajax control toolkit in your web application, then is easy for your to use ModalPopup, but the JavaScript is better.

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