DIV or SPAN

  • Thread starter Thread starter Ralph Krausse
  • Start date Start date
The "Label" control is implemented using the span tag. The "panel" control
uses the div tag.

Patrice
 
Asp.Net Label is a span and Panel is probably a div. But it is always a good
idea to use html view, it gives you more control. Another good idea is to
use server controls only if it is really necessary. Most of page formatting
can be done with client-side controls.

Eliyahu
 

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