R
Rob R. Ainscough
I'm running into a problem with Master Pages.
I have some "absolute" controls (labels, textboxes) that I position on the
page using:
ControlObject.Style.Add("Top", "250")
or
ControlObject.Style.Add("Left", "100")
regardless of what value I use, the controls are always being placed at
0,0 -- any suggestions? This method worked fine when I was not using Master
Pages, but when I converted over to Master Pages this no longer works.
Thanks, Rob.
I have some "absolute" controls (labels, textboxes) that I position on the
page using:
ControlObject.Style.Add("Top", "250")
or
ControlObject.Style.Add("Left", "100")
regardless of what value I use, the controls are always being placed at
0,0 -- any suggestions? This method worked fine when I was not using Master
Pages, but when I converted over to Master Pages this no longer works.
Thanks, Rob.