STEP-BY-STEP
- 
	1You can find the LIC file in WebEd.Web\Copy2Bin
 - 
	2Locate the section "Components" we will find all components
 - 
	3The format is:
- Title - what do you want the control called in the UI
 - Name - how we can call it in code or ID
 - Type - Valid types are:
		
- button
 - checkbox
 - checkgroup
 - heading
 - hidden
 - img
 - normaltext
 - radiobutton
 - radiogroup
 - select
 - textarea
 - textbox
 
 - SQL - the SQL statement to build the control values (only relevant for radio and listbox)
 - Template - the template to use for the UI, use an existing one and check the result.
		
- Generally, Listbox and Radio will use this
 
 - Validate - is this a required value by default
 

