Calculating...
The new scripts that have been injected into the page dynamically toggle the style
property of the div without you having to do any additional coding.
Introducing the Timer Control
Probably the simplest of the ASP.NET AJAX server controls is the Timer control. Similar in
many ways to the Timer control that has existed for some time for Winforms, the Timer control
provides a simple-to-use timer functionality that can be configured to perform
operations repeatedly based on the time elapsed. Therefore, you can run certain operations
at a regular interval in a synchronous or asynchronous manner without having to do a
manual page refresh. This can come in handy in many scenarios for web applications.
CHAPTER 5 ?– INTRODUCING SERVER CONTROLS IN ASP.
Pages:
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179