Image Path is not showing image in CS in asp.net c#
Hi All,
i am writing this code in cs part
msg1 = "<img src='http://localhost/ASPNETCHAT/Smileys/1.gif'/>";
its giving path of image but images is not showing in Text Box.i am using this in my Chat Application , i want to pass image in chat window.
please help me how can i convert this image path in actual image ,so i can show image in Text Box.
Thanks.