SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 141 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

axd" validate="false"
type="System.Web.Script.Services.ScriptHandlerFactory,
System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
validate="false"/>

Programming with the ScriptManager
As a core component of ASP.NET AJAX, the ScriptManager control has much functionality,
including the capability to communicate with ASP.NET authentication services, to access
web services, to render culture-specific information, to perform sophisticated script
management, to do partial page rendering, and more. It inherits from the Control class
(in the System.Web.UI namespace), and in addition to the members of that class, also has
some of the following methods as shown in Table 5-1.
CHAPTER 5 ?–  INTRODUCING SERVER CONTROLS IN ASP.NET AJAX 84
Table 5-1. ScriptManager ControlMethods
Method Name Function
GetCurrent (Static) Gets the ScriptManager instance for a Page object.


Pages:
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153