User Web Controls

  • Thread starter Thread starter Newbie
  • Start date Start date
N

Newbie

I can create user controls, but whenever I place on on a page, it allways
ends up in the top left hand corner unless I create a panal for it to sit
in. Is this how it is supposed to work, am I doing something wrong or is
there a way around it ?
 
Dear Newbie,

In order to place a user control to right position, it had better place it
into a table, since you can set the size and position of a table. As such you
will be easily to place the user control to any position you want by placing
it into table(HTML)!

Hope can help you!
Regards
Joe Tsui
 
Its the same regardless of the page being in grid or flow. I have resorted
to slapping it in a div tag.

Thanks to both for your help. I guess the issue is about being able to
render in designer mode and user controls cant do that ( AFAIK ).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top