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. GridView Row display

GridView Row display

Scheduled Pinned Locked Moved ASP.NET
database
4 Posts 4 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.
  • S Offline
    S Offline
    sundaramoorthy b
    wrote on last edited by
    #1

    Hi to all, I have more than 100 values in one table column(Database).I need to show in gridview to those values in ten rows(like 10 rows and 10 columns). Is it possible or not. Thanks in Advance, Sundaramoorthy

    S J A 3 Replies Last reply
    0
    • S sundaramoorthy b

      Hi to all, I have more than 100 values in one table column(Database).I need to show in gridview to those values in ten rows(like 10 rows and 10 columns). Is it possible or not. Thanks in Advance, Sundaramoorthy

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      Your question is not quite clear. Please rephrase and elaborate a little more.

      Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]

      1 Reply Last reply
      0
      • S sundaramoorthy b

        Hi to all, I have more than 100 values in one table column(Database).I need to show in gridview to those values in ten rows(like 10 rows and 10 columns). Is it possible or not. Thanks in Advance, Sundaramoorthy

        J Offline
        J Offline
        JMummery
        wrote on last edited by
        #3

        I think I know what you are trying to say. I do not think you can do this from the data in one column. What you might try doing is create a temp table with which mirrors the layout of your gridview and then populating the rows and columns from that.

        Kind Regards Julian Mummery


        1 Reply Last reply
        0
        • S sundaramoorthy b

          Hi to all, I have more than 100 values in one table column(Database).I need to show in gridview to those values in ten rows(like 10 rows and 10 columns). Is it possible or not. Thanks in Advance, Sundaramoorthy

          A Offline
          A Offline
          AshishChaudha
          wrote on last edited by
          #4

          Use Datalist for your requirement..Without any more efforts Datalist fulfills your requirement.

          <asp:DataList ID="Datalist1" runat="server" RepeatColumns="10" RepeatDirection="Horizontal" >
          </asp:DataList>

          Bind the Datalist same as Gridview through Dataset or Datatable or as you like. Thanks

          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