PRADO QuickStart Tutorial
Sample
Copyright © 2006-2025
The PRADO Group
TCallbackClientSide Samples
A callback button with attached client side options:
please wait 5 seconds for the callback to complete...
callback completed!
A callback button logging all callback events (5 seconds delay):
waiting for button click..
A callback with RequestTimeout="3000" (3 seconds). Since the callback will take 5 seconds to complete, the clientside will timeout. This will cause a "missing page state" error; note that the callback is not considered failed, since no connection error has occured.
waiting for button click..