Sunshine

Sunshine

  • NA
  • 201
  • 25.1k

Repeater and BulletList

Mar 26 2018 4:23 AM
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 

Answers (1)