Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. HTML table in Ajax tab control

HTML table in Ajax tab control

Scheduled Pinned Locked Moved ASP.NET
htmlsysadmin
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rock Star
    wrote on last edited by
    #1

    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>

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups