Just learned that, we can make panel looks like a fieldset by setting "GroupingText" property for it.
<asp:Panel ID="pnlRecentQuestions" runat="server" GroupingText="Recent Questions"> <table> ............. ............. </table> </asp:Panel>
Published under: Microsoft .NET Tips · · · ·