repeater

  1. D

    Bootstrap carousel with a Repeater

    I need to create a slider that displays images that are retrieved from a dataset. My problem is that I use this code here: <%#If(Container.ItemIndex = 0, "active", "") %> it displays me only the first element while I would like it to display the others as well as they scroll automatically. I...
  2. Sponge_Over

    Question Nested Repeater

    I am trying, very unsuccessfully, to create a nested repeater. The problem is that all the tutorials I have tried use one table for the parent repeater and one table for the child repeater. I need to use one table for the parent repeater and two tables that are joined together for the child...
  3. B

    Repeater or Datagrid? Which is the best to use?

    I would like to create dynamically, a new row on my webpage for every object in my collection of objects... (these objects represent a select number services running on the local machine) In this row I would like two buttons (start & stop) and some labels showing the current status of these...
  4. C

    VB Form Equivalent to Asp.net Nested Repeaters

    Hi All, this is my first post so please go easy on me! I'm trying to convert an asp.net website to a vb.net application. It's my first go with vb.net so please try and make any responses as simple as possible. On my website I have a page that uses nested repeaters. The data source is a dataset...
Back
Top