Answer: With the help of
GroupingText property of Panel control,we can give panel as a Group box look.
For Example:-
<asp:Panel ID="pnl_project_info" runat="server" GroupingText="Project Information" BorderColor="Blue" BorderWidth="1px" BorderStyle="Solid">
</asp:Panel>
Asked In: Many Interviews |
Alert Moderator