Css class
#Red{ background-color:red; }
// element to which i want to add css class programmatically
<div id="Red">
</div>
Please help
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.