What is the difference between <%# and <%= in ASPX inline code?
Asked
Active
Viewed 458 times
1 Answers
11
<%= is shorthand for Response.Write()
<%# is used to render data in databound controls
Chris Van Opstal
- 34,865
- 9
- 72
- 90