| Symbol | Price | PriceChange | PercentChange |
| MSFT | 27.89 | +0.39 | +1.42 % |
| ORCL | 13.72 | +0.12 | +0.88 % |
| AMZN | 36.23 | +0.24 | +0.67 % |
|
|
You can use the UltimateAjax
control to make callback requests from client to server automatically. You
don't need to write any client-side code to initiate the callback. All you have
to do is to set the AutoCallbackInterval property to a number in
milliseconds, and update the contents of the UltimateAjax control in the
Callback event handler on the server-side.
|