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. Table?

Table?

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
5 Posts 3 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.
  • K Offline
    K Offline
    Karthick_gc
    wrote on last edited by
    #1

    Is it possible to add multiple tables in Horizontal row in C#.net? How ?

    V 1 Reply Last reply
    0
    • K Karthick_gc

      Is it possible to add multiple tables in Horizontal row in C#.net? How ?

      V Offline
      V Offline
      Vimal Raj
      wrote on last edited by
      #2

      Hi, The question you asked is a bit vague. Please make it more clear.

      Happy Programming, Vimal Raj MCAD.Net www.techisolutions.info

      K 1 Reply Last reply
      0
      • V Vimal Raj

        Hi, The question you asked is a bit vague. Please make it more clear.

        Happy Programming, Vimal Raj MCAD.Net www.techisolutions.info

        K Offline
        K Offline
        Karthick_gc
        wrote on last edited by
        #3

        I want to design the page using source of the .Net form. In that i want to add several tables in the same row. Is it possible to create different tables in the horizontal flow?

        S V 2 Replies Last reply
        0
        • K Karthick_gc

          I want to design the page using source of the .Net form. In that i want to add several tables in the same row. Is it possible to create different tables in the horizontal flow?

          S Offline
          S Offline
          Subin Alex
          wrote on last edited by
          #4

          why dont u join the tables using query and display the data

          1 Reply Last reply
          0
          • K Karthick_gc

            I want to design the page using source of the .Net form. In that i want to add several tables in the same row. Is it possible to create different tables in the horizontal flow?

            V Offline
            V Offline
            Vimal Raj
            wrote on last edited by
            #5

            I am still not sure about your requirement. I am assuming that you want to include multiple html tables inside a row of another html table. Is it something like this.

            <table width="100%">
            <tr>
            <td colspan=3>
            </tr>
            <tr>
            <td>
            <table><tr><td>First Table</td></tr></table>
            </td>

            <td>
            <table><tr><td>Second Table</td></tr></table>
            </td>

            <td>
            <table><tr><td>Third Table</td></tr></table>
            </td>
            </tr>
            </table>

            Or are you talking about displaying data from multiple database tables on a single row of your html table?

            Happy Programming, Vimal Raj MCAD.Net www.techisolutions.info

            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