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?
            Asked
            
        
        
            Active
            
        
            Viewed 1.6k times
        
    4
            
            
        - 
                    I am making a web application and cant find System.Windows.Forms. – Hasan Zubairi Oct 27 '12 at 05:21
 
2 Answers
8
            The same functionality you can achieve by the following code:
<fieldset class="login">
                <legend>Title</legend>
<div>Content</div>
</fieldset>
        Hasan Zubairi
        
- 1,037
 - 4
 - 23
 - 57