Hi all, I have a table inside of a Listview control and I'm using Bootstrap to style the table to give it alternating stripes. The class name used by Bootstrap must contain hyphen(s) or else the it won't work. It appears asp.net doesn't allow hyphens in
class names, how do I get around this problem. Thanks in advance.
Go to the complete details ...