B
bryanp10
Are there any advantages/disadvantages between these two approaches:
<img src="~/images/nav_01.gif" runat="server">
vs.
<img src="<%=ResolveUrl("~/images/nav_01.gif")%>">
Are they more or less the same thing? I've noticed that they render
differently, but I can't think of a situation where they should behave
differently as far as end results are concerned.
<img src="~/images/nav_01.gif" runat="server">
vs.
<img src="<%=ResolveUrl("~/images/nav_01.gif")%>">
Are they more or less the same thing? I've noticed that they render
differently, but I can't think of a situation where they should behave
differently as far as end results are concerned.