GroupBox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saikatkolkata
    New Member
    • Jan 2008
    • 17

    GroupBox

    Is there anything like groupBox in ASP.Net2...if not does there any alternative present..
  • jawaharks
    New Member
    • Jan 2008
    • 12

    #2
    In asp there is no group box, but for some controls like radiobutton you have a attribute called group. There you can give same name for the controls that you want to group together.

    Comment

    Working...