I'm attempting to cycle through each control in a web GroupBox like I would in a desktop GroupBox. Works as expected for Desktop target.
The Web error message: "Type 'GroupBox' has no member 'Controls'
I'm guessing this issue is already known since a web GroupBox doesn't highlight in the designer when you attempt to drop another control on it. This is in contrast to the desktop GroupBox which highlights and accepts the control as a child to the GroupBox.