Reads instances of 'renderer' elements and stores their contents into a Hashtable. The 'renderer' element is required to have a 'name' and 'class' attribute.
Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rigts reserved.
Reads the configuration for the validator's hashtable. Stores name/value pairs where the name key is the common name of the validator and its value is the Type for the common name.
Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved.
Configures a hashtable from the controls definitions in the web config file. The hashtable contains control names as keys and Type instances for the values. The type is derived from the 'class' attribute in each of the 'control' elements.
Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved.