show / hide menu

ApplyCSS

This function is used to apply custom CSS styles to the controls through rules.

Syntax:
ApplyCSS(cssname,controlname)

Cssname: Name of the CSS class
controlname: Provide the control name (for n number of controls)

Example:
ApplyCSS(test11,lblCSS)

The CSS can be saved inside content editor control.