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. Dynamic repeater

Dynamic repeater

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

    Hi all, Any one help me to create a dynamic Repeater in code behind. I seen most of the coder gives their code of databinding only. Any one can give the idea or code of how to create a dynamic repeater in code behind. Thanks in advance Regards

    Senthil.S Software Engineer

    E M 2 Replies Last reply
    0
    • S Senthil S

      Hi all, Any one help me to create a dynamic Repeater in code behind. I seen most of the coder gives their code of databinding only. Any one can give the idea or code of how to create a dynamic repeater in code behind. Thanks in advance Regards

      Senthil.S Software Engineer

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      Do you want to generate the actual control itself in code beind or just the function of it?

      We are not a Code Charity

      S 1 Reply Last reply
      0
      • S Senthil S

        Hi all, Any one help me to create a dynamic Repeater in code behind. I seen most of the coder gives their code of databinding only. Any one can give the idea or code of how to create a dynamic repeater in code behind. Thanks in advance Regards

        Senthil.S Software Engineer

        M Offline
        M Offline
        meghamaharshi
        wrote on last edited by
        #3

        Repeater r=new Repeater(); r.DataSource=tb; r.DataBind();

        1 Reply Last reply
        0
        • E eyeseetee

          Do you want to generate the actual control itself in code beind or just the function of it?

          We are not a Code Charity

          S Offline
          S Offline
          Senthil S
          wrote on last edited by
          #4

          Yes full control creation

          Senthil.S Software Engineer

          E 1 Reply Last reply
          0
          • S Senthil S

            Yes full control creation

            Senthil.S Software Engineer

            E Offline
            E Offline
            eyeseetee
            wrote on last edited by
            #5

            This shows you how to create .net controls from code behind, you can just apply this to the repeater. http://support.microsoft.com/kb/317794

            We are not a Code Charity

            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