By tag: GroupBox
0
kicks
VIBlend WPF Controls ver. 4.0
The new release of VIBlend Controls for WPF brings highly optimized and feature-rich ListBox and ComboBox Controls.
0
kicks
VIBlend Controls for WPF v3.0 - Released
New Controls:
- TabControl, GroupBox, ColorPicker, DropDownButton, SplitButton, RadioButton, CheckBox, Button, ToggleButton, RepeatButton, ScrollViewer, LinkLabel
0
kicks
Creating a GroupBox in ASP.NET
Someone asked the other day in the newsgroups about creating a Windows-style groupbox in ASP.NET. I knew I had seen one used somewhere in a Web page, and finally tracked it down. It turns out to be the <fieldset> tag with an embedded <legend> to hold the text. In ASP.NET, use the Panel c...