Home All Groups Group Topic Archive Search About

problem repositioning control at runtime (c#)

Author
28 Jun 2006 10:59 AM
Lee
Hello,

I am trying to reposition a calendar control at runtime i.e next to the
approriate button which was clicked.

Without the code below, the control appears in the same position but on top
of all other controls.
With the code, the calendar control is repositioned but it then appears
underneath all other controls.

calStartDate.Attributes["style"] = "position: absolute; top:400; left:
600;";

Adding 'z-index: 99;'  to the above statement doesn't seem to have any
effect.

Thanks
Lee

Bookmark and Share


Post Thread options