Question : Making ASP.NET controls NOT get bunched up together on the top of the page

I recall there was a page property that places the control where you place the control, rather than stacking up al controls on the top of the page.

What is that page prope3rty and where do I change its value?

Thanks,
newbieweb

Answer : Making ASP.NET controls NOT get bunched up together on the top of the page

You may be talking about using GridLayout instead of FlowLayout
This article explains the difference and how to switch your project: http://articles.techrepublic.com.com/5100-10878_11-5764852.html

However, the article points out that FlowLayout is NOT the default, so I'm wondering if you perhaps changed it at some point?
Random Solutions  
 
programming4us programming4us