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 140 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

axd?d=rbfRw_fjV44N4zFu5uugvXCg0fpE5bOdbRFvvkMhZEO
1-ghFYTQ7i9aLWWp9hO2901tgv-pDZFxuTtMikT21d3JhQBwnJ44PsSIlv
SkVAgc1&t=633051881703906250" type="text/javascript">

CHAPTER 5 ?–  INTRODUCING SERVER CONTROLS IN ASP.NET AJAX 83

?– Note Because the client scripts are generated automatically, your results may vary somewhat from the
preceding script block.
ScriptResource.axd and WebResource.axd are, in fact, ASP.NET HTTP handlers that
emit client-side JavaScript for AJAX functionality in the page. The encoded data after the
querystring holds metadata information about the pertinent resources. The last script
block contains client-side scripts for any components on the page. If you look inside the
Web.config file of your ASP.NET AJAX-enabled project, you??™ll notice the following block,
which registers the aforementioned HTTP handlers for use in your project:

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