Controls not rendering

  • Thread starter Thread starter Malbeuf
  • Start date Start date
M

Malbeuf

I'm trying to do a small demo of asp.net design.

A simple page with three labels, one button, two textboxes.

Build and browse...the only controls that render are the labels, all lined
up in a row.

None of the other controls display at all (buttons, textboxes, etc)...only
labels.

This happens with the integrated browser, or IE (version 6)

Any thoughts?

Thank you.
 
make sure that the property visible = true is enabled in the properties
of those controls.
 
In addition to the previous suggestion, do a 'view source' to see whehther
and how the controls are being rendered. that will give you additional
clues.

Jose
 

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