Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to display a number in Datalist cell where i have to display the number in circle
Posted

1 solution

Using CSS is not a good idea, as It wont support in IE

you can try like this
Create a cirlce with transparent border (shape of circle) using any online Tool

Then you can use that image as a circle shape and Place a label control to display the Number on that Circle using CSS[^] you can achieve this functionality

Use this link for Displaying Text on the Images
http://css-tricks.com/text-blocks-over-image/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900