I am using Visual Studio 2010 and I cant find groupbox in toolbox. It is showing in the list of components and it is checked. I also tried to insert it through code but it is also not showing in the code. In some pre made pages like login and createuser wizard visual studio is showing the groupbox. Any idea what could be the problem?
The same functionality you can achieve by the following code:
<fieldset class="login">
<legend>Title</legend>
<div>Content</div>
</fieldset>
You can use Panel. Specify the text on GroupingText property.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With