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. RepeatColumns in asp:repeater

RepeatColumns in asp:repeater

Scheduled Pinned Locked Moved ASP.NET
dockerquestion
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.
  • K Offline
    K Offline
    karanba
    wrote on last edited by
    #1

    There is good property in datalist; RepeatColumns Is there any think like this makes a repeater repeate item tempaltes, like putting 3 in a row. I do this a bit ugly way using condition for "ItemIndex"

    ----------------------------
    | item 1 | item 2 | item 3 |

    | item 4 | item 5 | item 6 |

    | item 7 | item 8 | item 9 |

    .
    .
    .

    ... <%# (int.Parse(DataBinder.Eval(Container, "ItemIndex").ToString())%3==0)?"":""%> <%# Eval("caption") %> <%# (int.Parse(DataBinder.Eval(Container, "ItemIndex").ToString())%3==2)?"":""%>

    karanba

    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