When I use Control.CssClass property or Control.Attributes["class"] = value, Control surrouded with a pair of span tags with class attribute. But i need to assign class attribute directly to asp.net control (asp:CheckBox in my case)
How can i do that?
...
Go to the complete details ...