HTML table in Ajax tab control
-
Hi, I want to keep an HTML table with pagiing inside a ajax tab control for that I have written following code This is ASPX code <ajax:TabContainer ID="tabHomeownTips" runat="server" ActiveTabIndex="0" Width="565px" Height="600px" Font-Underline="False" Enabled="true" EnableTheming="True" ScrollBars="Auto" EnableViewState="False" > <ajax:TabPanel ID="TabTip1" HeaderText="Tip1" runat="server" OnClientClick="function(){LoadTableTab('results','pageNavPosition');}"> <ContentTemplate> <table id="results" > <tr> <th>Sr. No.</th> <th>Description</th> </tr> <tr> <td>1</td> <td>Description of Tab1 Item 1</td> </tr> <tr> <td>2</td>