Repeater and BulletList

capri

Active member
Joined
Jun 16, 2015
Messages
42
Programming Experience
5-10
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
 
Back
Top Bottom