This function is used to remove custom CSS styles that have already been applied to the controls via rules.
Syntax:
RemoveCSS(cssname,controlname)
Cssname: Name of the CSS class
controlname: Provide the control name (for n number of controls)
Example:
RemoveCSS(test11,lblCSS)