"page_load" trigger
Description
page_load
trigger function is optional. if it is needed, must be in Code Behind File.
For each Form File request, page_load
trigger function has been executed once.
In page_load
trigger function:
All Sodium elements defined in form file,
Functions and variables defined in code behind and controller file are available/accessible.
Declaration
Example
See also
Last updated
Was this helpful?