I am using Visual Studio Express 2010, C#
I have a div and need to set it’s absolute position (Top, Left) in the server side code. The position of the div is read in from a file on the server. I can set the width and height (also read in from a file) but so far I have not been able to find away of setting the position.
Is it possible?
Thanks
You can modify attributes in code using:
Kris