TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sunshine
NA
201
26.6k
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
Reply
Answers (
1
)
how to display capital letter
Is query string param & Action method param case-sensitive?