I have the following:
<asp:LinkButton ID="View7" runat="server" CommandArgument="View7" CssClass="TopTitle" OnCommand="GotolnkView" Width="108px">Manages Supervisor Manager Information</asp:LinkButton>
How do I have it such that it shows like such for the link button:
Manages Supervisor
Manager Information
Note how Manages Supervisor shows at top
and Manager Information shows at bottom
try with this code