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

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

NET AJAX server controls is
CHAPTER 10 ?–  BUILDING A SAMPLE APPLICATION USING ASP.NET AJAX 253
to add a ScriptManager component to the page, which you can do by either dragging and
dropping the component from the Toolbox or simply adding the markup to the page:

Because most of the markup for this project resides in the TabContainer control,
we can easily encapsulate almost the entire application in the ContentTemplate of the
UpdatePanel control without even having to create manual triggers. To do so, create an
UpdatePanel control right before the markup for the Timer control. This would also be
before the stock ticker TextBox.


"Timer1_Tick">



Stock Ticker
???
MSFT

.


Pages:
329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353