I am using aspx. If I have HTML as follows:
I am hoping to dynamically add a css class through the
If you're not using the id for anything other than code-behind reference (since .net mangles the ids), you could use a panel control and reference it in your codebehind:
id
panel
classMe.cssClass = "someClass"