Answered by:
How to make a label inside repeater as BulletStyle UpperAlpha

Question
-
User-1952516322 posted
Hello,
I want to create a label inside repeater, for each item in repeater I want a label as UpperAlpha and count dynamically..
example
A. ASP.NET
B. JAVA
C. HTML
etc....
Wednesday, March 22, 2017 11:58 AM
Answers
-
User527778624 posted
Hi,
Instead of using label and dynamic count logic, you can use ordered list <ol>
<ol type="A"> <repeater> <li> item </li> </repeater> </ol>
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, March 22, 2017 2:27 PM -
User-1838255255 posted
Hi Khalid Salameh,
According to your description, as far as I know, about the UpperAlpha, this is the process of the character, you could convert it to UpperAlpha before bind.
About count dynamically, you could refer to this sample:
How to assign string value to a Label inside Repeater control in ASP.Net:
Best Regards,
Eric Du
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, March 23, 2017 9:21 AM
All replies
-
User527778624 posted
Hi,
Instead of using label and dynamic count logic, you can use ordered list <ol>
<ol type="A"> <repeater> <li> item </li> </repeater> </ol>
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, March 22, 2017 2:27 PM -
User-1838255255 posted
Hi Khalid Salameh,
According to your description, as far as I know, about the UpperAlpha, this is the process of the character, you could convert it to UpperAlpha before bind.
About count dynamically, you could refer to this sample:
How to assign string value to a Label inside Repeater control in ASP.Net:
Best Regards,
Eric Du
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, March 23, 2017 9:21 AM