ControlConfiguration and PageControl Class
Three Functions that should be defined to allow the framework to manage Custom Controls
void SaveFunction() – This is the function that is called when the user is editing control information on ‘panelEdit’ and clicks the save button. Saving of information should
void LoadEditFunction() – When the edit button is clicked on the framework, this is the function that loads the necessary information into ‘panelEdit’
void DeleteFunction() – Function used by the framework that should be overloaded if auxilary tables are used – and the control only exists on a single page. The framework will handle deletion of information specific to the control on a page including in the ‘PageControl’ and ‘PageControlSettings’ tables
Information Available using this.Config