What is the difference between <%# and <%= in ASPX inline code?
+7
A:
<%= is shorthand for Response.Write()
<%# is used to render data in databound controls
Chris Pebble
2009-06-02 22:21:21