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
Post a Comment