WebControls.Panel versus DIV tag

  • Thread starter Thread starter Rob Nicholson
  • Start date Start date
R

Rob Nicholson

I'm confused as to when you'd use the WebControls.Panel instead of the DIV
tag as they appear to offer similar facilities on the surface.

Thanks, Rob.
 
They do offere similar facilities on the surface, but beneath the surface
one provides a rich OO programming interface which allows you to
programmatically set and control a high number of properties and levarage
much functioanlity, while the other one does not.

Karl
 
A DIV tag is static HTML. A Panel is a dynamic Control that you can control
from the server.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
They do offere similar facilities on the surface, but beneath the surface
one provides a rich OO programming interface which allows you to
programmatically set and control a high number of properties and levarage
much functioanlity, while the other one does not.

Thanks - knew there was a reason for it's existence.

Cheers, Rob.
 

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