Posted on: 4/27/2015 3:07:31 PM | Views : 656

Hello,
I have a "TabView" realized with a MultiView and some Buttons:
<table width="80%" align="center"> <tr> <td> <asp:Button Text="Tab 1" ID="Tab1" CssClass="Initial" runat="server" OnClick="tab_Click" /> <asp:Button Text="Tab 2" ID="Tab2" CssClass="Initial" runat="server" OnClick="tab_Click" /> <asp:Button Text="Tab 3" ID="Tab3" CssClass="Initial" runat="server" OnClick="tab_Click" /> <asp:MultiView ID="MainView" runat="server"> <asp:View ID="View1" runat="server"> <table style="width: 100%; border-width: 1px; border-color: #666; border-style: solid"> ...

Go to the complete details ...