What is the difference between <%# and <%= in ASPX inline code?
Asked
Active
Viewed 484 times
1 Answers
11
<%= is shorthand for Response.Write()
<%# is used to render data in databound controls

Chris Van Opstal
- 36,423
- 9
- 73
- 90