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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -