How can I send image tage in Response.Write
-
Hello All, I want to send image tag in Response.Write how can I achieve this.. I am doing like this Response.Write("
"); know the problem I have is I am giving creating multiple images, that should be at the location of control where I am using it. But It is not working .... Any suggestion what should i do..... Thanks in advance Regards :confused:
-
Hello All, I want to send image tag in Response.Write how can I achieve this.. I am doing like this Response.Write("
"); know the problem I have is I am giving creating multiple images, that should be at the location of control where I am using it. But It is not working .... Any suggestion what should i do..... Thanks in advance Regards :confused:
Try Single quote, Response.Write(" <img alt='' src='Images/2.jpg' style='height: 37px; width: 40px' />"); This should work.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.