How do I make a BulletList display a bullet?

S

Steve Kershaw

Hi,

I have a BulletList that I fill with the BulletList1.Items.Add("text
here"); method. When I display this BulletList I don't get the bullet
displayed. I've tried:
BulletedList1.BulletImageUrl = "~/Images/BulletedList/Bullet.jpg"; but
it still dosen't display any bullet.

Am I missing something here?

Thanks for your help.

Steve
 
S

Siva M

Did you try setting the BulletStyle property?

Hi,

I have a BulletList that I fill with the BulletList1.Items.Add("text
here"); method. When I display this BulletList I don't get the bullet
displayed. I've tried:
BulletedList1.BulletImageUrl = "~/Images/BulletedList/Bullet.jpg"; but
it still dosen't display any bullet.

Am I missing something here?

Thanks for your help.

Steve
 
S

Steve Kershaw

Yes I did try the BulletStyle property without success. Here is a code
snippit of what I did:

BulletedList1.Items.Clear();
BulletedList1.BulletStyle = BulletStyle.CustomImage;
BulletedList1.BulletImageUrl = Resources.Resource.BulletLocation;

BulletedList1.Items.Add(Resources.Resource.Benefit1);

Thanks for your help.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top