Hi
I have used DropDownlist with checkbox and image.
In that the DisplayMember value is "<img src='like.png' />Like,<img src='dislike.png' />DisLike,etc.."
and ValueMember is "1,2,..".
The value is binding properly and i am able to get the items with checkbox,image & text.
The problem i am facing is when i check the item in the dropdownlist its displaying the selected items with the image tag.For example
<img src='like.png' />Like,<img src='dislike.png' />DisLike,...
But i need to show only the Like,DisLike,..
Please help me regarding this.
Thanks & Regards
Latha S