Hi,
I would like to know how to add the equivalent of groupbox in Windows forms on a web form? Is there any good tutorials on these?
for example:
Thanks
I would like to know how to add the equivalent of groupbox in Windows forms on a web form? Is there any good tutorials on these?
for example:
VB.NET:
Dim genericLabel As Label
Dim genericGroupBox As GroupBox
Dim genericListView As ListView
Dim genericListViewItem As ListViewItem
Last edited: