How to position a dynamically created control...

  • Thread starter Thread starter EricW
  • Start date Start date
E

EricW

I want to create my homepage completely dynamically, but when I create two
imagecontrols and want to position them, they won't move at all.

I've read some artikels about using the placeholder, but when I dynamically
create one, I can't move it at all.

Or am I doing something wrong here?

Please advice/help.

rg,
Eric
 
You may want to use absolute positioning instead of the standard flow
layout.
 
I have set the whole page to absolute positioning and I have also set the
controls to it, but still it won't place itself at the position I want it to
be.

Is there somewhere an example I can study?

rg,
Eric
 
Back
Top