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. Database & SysAdmin
  3. Database
  4. How to present data to user in HTML table.

How to present data to user in HTML table.

Scheduled Pinned Locked Moved Database
htmlcomtutorialquestionannouncement
2 Posts 2 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.
  • H Offline
    H Offline
    HimaBindu Vejella
    wrote on last edited by
    #1

    I have SerialNumber(SN) ,city ,Country,version ,Region,,,etc in parent table For each SN in connectrix table there are multiple switch in switch_header table. the details of switches are stored in switch_details table. For each switch we have different Frus that is stored in Fru table that has information about fru details I need to display Connectrix information along with their switches and fru information as per search criteria. When I Joined above 4 tables I am getting all the parent column as repetation which I don't want to happen. But some how user should understand the situation such that records should return single SNO, and multiple switchsns ,multiple frus I tried to populate data in heiarchial HTML table mannar using DataSet But Gave up. Is there any methodology from back end? Any ideas on this? Thanks in advance.

    "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

    S 1 Reply Last reply
    0
    • H HimaBindu Vejella

      I have SerialNumber(SN) ,city ,Country,version ,Region,,,etc in parent table For each SN in connectrix table there are multiple switch in switch_header table. the details of switches are stored in switch_details table. For each switch we have different Frus that is stored in Fru table that has information about fru details I need to display Connectrix information along with their switches and fru information as per search criteria. When I Joined above 4 tables I am getting all the parent column as repetation which I don't want to happen. But some how user should understand the situation such that records should return single SNO, and multiple switchsns ,multiple frus I tried to populate data in heiarchial HTML table mannar using DataSet But Gave up. Is there any methodology from back end? Any ideas on this? Thanks in advance.

      "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

      S Offline
      S Offline
      Sage
      wrote on last edited by
      #2

      This sounds to be more of a question for .NET group or something. One option in SQL Server would be to output more than one recordset from a procudure or something, but you are still dealing with a display issue which has everything to do with the application and nothing to do with SQL Server. Since it is in the ADO group. Look into Nested Repeaters and you should find your answer there.

      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