The procedure is very simple to add <asp:scriptmanager> in Moss master pages.
- Add assembly info in SafeControls tag of the respective web.config. If this needs to used across the server farm, then enter in Machine.config. (** not recommended.)
- Register assembly in the master page headers before tag.
- Add the following after the form tag in body tag.
<%@ Register Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" Namespace="System.Web.UI" TagPrefix="asp" %>
That's it. You are ready for AJAX development in MOSS.
~ Gangadhar Kotu
No comments:
Post a Comment