Footer control

  • Thread starter Thread starter David
  • Start date Start date
D

David

Guys,

I have made an asp.net web user control and I am having
difficulty in trying to position it at the absolute bottom

How do I do this. The control is displayed in the middle
of the page even when it is positioned at the bottom.

Thanks
 
Use FlowLayout, not GridLayout, and make sure your footer controls don't
have any absolute positioning properties set.
 
Hi David,

Try placing the control in a placeholder or panel

Hope that helps,

Michelle

***Disclaimer: This posting is provided "as is" with no warranties and confers no rights.***
--------------------
 

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