existing controls overlaying dynamically added controls

E

ENathan

I have a web page that has controls which I'm adding at design time. I'm
also dynamically adding controls at run time. My problem is the design time
controls are overlaying the dynamically added controls. How can I avoid
this? Literal control with a HTML tag?

FYI: I don't need to commingle the two types. My preferece is the static
controls render last. TIA
 
S

Saravana

Have a placeholder control in design time, then add your dynamic control
inside that placeholder.
 
S

Steve C. Orr [MVP, MCSD]

Use FlowLayout (for your pageLayout property) or use a FlowLayoutPanel (in
the HTML section of your toolbox) to make sure your controls flow past each
other instead of bunching up on top of each other.
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top