S
Stan SR
Hi,
I want to add dynamically items within a bulletlist.
Everything works when I add text like
BulletedList mybullet;
mybullet.Items.Add("blabla");
But how to add an image (I m not talking about decoration-style)
I would like to get something like that :
<ul>
<li><img src="mypicture1.gif" />One</li>
<li><img src="mypicture2.gif" />Two</li>
</ul
Thanks for your help
Stan
I want to add dynamically items within a bulletlist.
Everything works when I add text like
BulletedList mybullet;
mybullet.Items.Add("blabla");
But how to add an image (I m not talking about decoration-style)
I would like to get something like that :
<ul>
<li><img src="mypicture1.gif" />One</li>
<li><img src="mypicture2.gif" />Two</li>
</ul
Thanks for your help
Stan