RepeatHost Business Hosting

groupbox

Create a Windows-style GroupBox in ASP.NET

This one took me a little searching but it actually extraordinarily simple to do. In many Windows desktop applications, similar controls are grouped together under a titled category similar to this:

standard windows GroupBox control example

To create this look, there is a really simple way that doesn't require any fancy javascript or CSS positioning. You just use the asp:Panel control. The HTML/ASPX code looks like this: