Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<asp:Image ID ="ImageNameLabel" runat ="server" ImageUrl ='<%#Eval("ImageLocation")%>+ <%#Eval("ImageName")%>'/>
请告诉我如何在 asp 标签中添加值。
你的意思是使用数据绑定的类似的东西吗?
<img src="http://localhost/<%# Eval("FileName") %>" />