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. Displaying multiple Repeater controls in one table

Displaying multiple Repeater controls in one table

Scheduled Pinned Locked Moved ASP.NET
csharpvisual-studiodesign
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.
  • P Offline
    P Offline
    Pete Madden
    wrote on last edited by
    #1

    I can get two of them to show up in two columns of the table but when I go for the 3rd one in the 3rd column nothing shows up on the browser ... it shows up on the design layout of VS.NET ########################## Taking pride in one's work is good as long as ego isn't a part of it. ##########################

    D 1 Reply Last reply
    0
    • P Pete Madden

      I can get two of them to show up in two columns of the table but when I go for the 3rd one in the 3rd column nothing shows up on the browser ... it shows up on the design layout of VS.NET ########################## Taking pride in one's work is good as long as ego isn't a part of it. ##########################

      D Offline
      D Offline
      Daniel Santillanes
      wrote on last edited by
      #2

      ok let's say you have this... <table> <tr> <td> Repeater#1 </td> <td> Repeater#2 </td> <td> Repeater#3 </td> </tr> </table> and your problem is... when you bind your third repeater, nothing shows in the browser? if this is what you've got, chances are your repeater is rendering bad HTML (missing closing tags or something). Just to make sure, if you select in your browser menu, View > Source you see HTML rendered that should be visible in your browser? if this is so, then it's most likely a problem of bad HTML. daniero

      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