Groupbox equivalent in ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Could someone please tell me the equivalent of Windows Forms' Groupbox
control in ASP.NET?

Thanks.
 
Panel?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Thanks but in Groupbox control you have a Text field which appears within the
border of the control. I don't see how Panel can manage that.
 
in W3C HTML it's called : fieldset & legend, both considered as
HtmlGenericControl in ASP.Net.
 
Fascinating. That element must have been added recently. Good to know.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 

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