Web Page
Last updated
Last updated
The Web Page Web Control is a Container element that groups Web Controls.
#General
Variables can be of any Data Type and can be used for:
Passing information to the Web Page when navigating to it.
Reading and storing runtime information from any Web Control in the Web Page.
These are divided into:
User Managed: are the ones users create at the Web Page level
Auto Created: are created automatically when certain Web Controls are added to the Web Page.
Web Pages are compound controls and each of their sub-controls can be styled. See Common Style Properties of Web Controls.
#Actions
This event is fired when the Web Page is first loaded.
This event is fired every time the Web Page is loaded or the browser tab is refresehd.