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. General Programming
  3. Visual Studio 2015 & .NET 4.6
  4. Repeater and BulletList

Repeater and BulletList

Scheduled Pinned Locked Moved Visual Studio 2015 & .NET 4.6
questionhelp
1 Posts 1 Posters 6 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
    sunsher
    wrote on last edited by
    #1

    Hi,

    I was given just one table with many information in it. The requirement is as follows.

    Table:
    I have added columns that are only required.

    UId(string) Class(string) Primary Subclass(string)

    1. Select Min(UId), Max(UId), Class
    2. Display in a box Min-Max and Class
    3. List the distinct Primary subclasses when clicking 'View More', as it is one to many
    4. Each list item link to further details in another page.

    I have created a Repeater and inside the ItemTemplate, I added two literals for UID and Class, and a BulletedList to display the distinct Primary subclass. However, I cannot get the text of the clicked list as it is inside the ItemTemplate. How can I achieve this? Please help.

    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