How to create HTML fieldset and legend in asp.net code behind? and add controls in that fieldset?
+1
A:
Try this:
<asp:Panel ID="myPanel" runat="server" GroupingText="My Fieldset Title" />
Floyd Pink
2010-09-07 03:41:40