Designing Pages From a Master

  • Thread starter Thread starter Ian Semmel
  • Start date Start date
I

Ian Semmel

When you add a new form which is derived from a master form, it shows
you the asp:content areas where you can add controls etc.

However, the size of these windows has no bearing as to what size they
will be when rendered.

How do you make the content window where you are working bigger so you
can place controls etc on it ?
 
Your content window should grow as your content grows
For instance - put in an HTML table, and give it a style of :
style="width:100%;height:1000"

David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
 

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