AJAX and User Controls
Ajax (Asynchronous JavaScript and XML) enables you to update content in a page without posting the page back to the server. Behind the scenes, AJAX uses the XMLHttp ActiveX component (in the case of Microsoft Internet Explorer 6.0) or the XMLHttpRequest intrinsic browser object (in the case of other browsers such as FireFox and Internet Explorer 8.0).
We explore the topic of Ajax in depth in Part IX, “ASP.NET AJAX.” In this section, I want to provide you with a quick sample of using Ajax with a User control. The User control in Listing 7.12 randomly displays one of three quotations. The quotation is updated automatically every 5 seconds (see Figure 7.4).
Figure 7.4. Using AJAX to display a random quotation.
Listing ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access