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">