User-1112204889 posted
below is a sample ow what i'm tring to do
<asp:ListItem Text='<img src="app_images/enable.png" /> <%$ Resources:myProj, enable_text %>' Value="True" />
what it should output is my enable image with the text on the right saying 'enable'
if i only have Text='<img src="app_images/enable.png" />' i have the image, just a question of how to add the resource entry at the end of it...
any ideas?