Dynamic Controls Documentation
Welcome to the Dynamic Controls Documentation for Acclaim, CEM, QUAD, and SAM3.
Abstracting code and making controls, triggers, and functions dynamic will help keep our code cleaner and less prone to bugs, if it's being called from one source file.
Table of Contents
SQL
Triggers
- Triggers
- Triggers are used to track changes in tables when a database change is made via UPDATE, INSERT, or DELETE in a table or a view.
Visual Studio
Phoenix Controls
- Phoenix Controls
- Phoenix controls allow our applications to be more dynamic and removes repetitive or hard coded values from the code behind aspx pages, reducing risk of bugs.