PDA

View Full Version : Modifying style values step 2


andreasberglind
03-15-04, 05:50 PM
Now I have learned to extract the style values from a server control. But now I´ve run into a new obstacle. How do I modify them?
I get dataGrid2.Style["top"] as a string, but what if I want to set to dataGrid1.style["top"] + dataGrid1.style["height"]??

I know that is not correct syntax, but you get the idea....
Can anyone PLEASE help me overcome this problem?

THANK YOU!