Does anyone know how to add (via code) and id attribute within an HTML statement?
RIght now the page I'm trying to render displays the following
<tr class = "class1"> for example. this is what i'm looking for
<tr class = "class1" id = "id1">
Web Languages and StandardsJScript