asp.net - can we add image through img tag in C#.net -



asp.net - can we add image through img tag in C#.net -

i want add together image through img tag in c#.net tried next logic it's not work

string img+="img src="abc.jpg"

if know plz reply me

in markup:

<asp:image id="myimage" runat="server" />

in code-behind:

myimage.imageurl = "abc.jpg";

c# asp.net image

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -