Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to display image in dynamic textbox. I am going to use single textbox to display text and also image in button click event. Can any 1 tell how can i display image in dynamix textbox at runtime. Is there any possibilities.

I have done this
boxs.d4.htmlText = <img src='aaa.jpg' alt='image' align="middle" width="200" height="150"/>;
but i doesnot display image

Thanks
Posted
Updated 28-May-14 23:57pm
v3

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