This may seem like a dumb question but i'm trying to create a variable in the code behind file of a .aspx page and pass that variable to the source page of the file to come up in a table cell.
dim cellcolor as string
cellcolor = "backcolor=green"
So i want to send cellcolor to a <td> tag in the source file.
Any kind of help would be great, Thanks,
NP.
Start Free Trial