Topic – Ajax Controls

 Topic -Ajax Controls

Summary

AJAX allows you to send only parts of a web page to a server, and also pull information for parts of a page without retrieving the entire page. This is a huge deal and allows you to unleash the full power of client/server interaction.

Reading

Required Reading

http://www.asp.net/ajax

Reference Reading

Supporting Lectures

Lecture – AJAX – Getting Started

Lecture – AJAX – TabPanel and Accordian (version 4.1)

Lecture – AJAX – Tab Container (version 3.5)

Lecture – AJAX – Tabbed Dialog (version 3.5)

Lecture – AJAX – TextBoxWatermarkExtender – ModelPopup  (version 3.5)

Associated Assignments

Support Materials

http://stackoverflow.com/questions/15258994/how-to-add-ajaxcontroltoolkit-to-toolbox-in-visual-studio-2012

Back to List of All COP4834 Topics