Tuesday 10 June 2008

ASP.Net AJAX Elements

SERVER CONTROLS
  • ScriptManager - This is required in on all pages that use AJAX. It can also be used project wide, but it is recommended to be on a per page basis. This references Javascript libraries.
  • UpdatePanel - This controls parts of the page that will be updated independently without needing to use PostBack.

No comments: