|
In case I just need to display the image, should I use asp:Image control or html img tag? In which scenario asp:Image control should be used to display the image?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Image
In case we are confused whether you should use asp:Image control or html img tag in your page, you
can use this approach.
In case you just need to display the image and it is static you should use html img tag.
|