I'm trying to set a value for an HTML Element within my code-behind. I need to set a <div> elements "display" property to "inline". The way I have it coded is like this:
Is this the right syntax? I only ask because it doesn't seem to work but I don't get a run-time error when the statement is executes. ???Code:divContact.Style("display") = "inline"
Thanks,


Reply With Quote

