How to create HTML fieldset and legend in asp.net code behind? and add controls in that fieldset?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Try this:
<asp:Panel ID="myPanel" runat="server" GroupingText="My Fieldset Title" />
How to create HTML fieldset and legend in asp.net code behind? and add controls in that fieldset?
Try this:
<asp:Panel ID="myPanel" runat="server" GroupingText="My Fieldset Title" />