
blog address: http://www.cpd-india.com/blog/ajax-controls/
keywords:
member since: Jan 31, 2016 | Viewed: 9
AJAX Controls
Category: Education
The word AJAX means Asynchronous Javascript and XML in which “Asynchronous” means it can do all of the task without refreshing the page. This technique provides easy communication between client and server without postback, which speed up the response time. These controls enable you to create a rich user experience with little or no client script. With the help of AJAX you can update Partial page without refreshing the whole page with post back and also display update progress during asynchronous postback. It also takes care of generating all JavaScript that required to perform these functionalities because of which user doesn’t have to write any Java script to implement AJAX. Subsequently, it also integrates data from different sources through call to web services. The Controls Provided by ASP.net for having AJAX Functionality: • ScriptManager Controls: This one is the most important control on the page and must be present in every page having AJAX control. ScriptManager control is also called agent which will write javascript required on client side to facilitate AJAX functionality. There should be only one scriptManager in a page. • ScriptManagerProxy Control: ScriptManagerProxy control should be used in content page that have a master page containing ScriptManager Control. • Timer Control: It Perform postbacks after certain interval of time. With the help update panel, it allows partial time update of your page. • UpdatePanel Control: It is the most important control in AJAX and allow partial rendering of data. • UpdateProgress Control: To aware user that some processing is done by page right now. Also Provide status about page updates like “Loading…” indicate the work is in progress.
{ More Related Blogs }
Education
GJSPC Laboratory is the India’...
Apr 30, 2015
Education
Games for Kids That Parents Wi...
Apr 25, 2023
Education
Digital Marketing...
Jan 7, 2023
Education
Elevate your career opportunit...
Apr 4, 2024
Education
INDIAN AIRFORCE AGNIVEER NOTIF...
Dec 19, 2024
Education
Boost your IT career with Golo...
Jul 10, 2023