What is the difference between <%# and <%= in ASPX inline code?
<%= is shorthand for Response.Write()
<%# is used to render data in databound controls
1.4m articles
1.4m replys
5 comments
57.0k users