Search Results

1
vote

What is the difference between the <%# and <%= opening tags?

<%= is shorthand for Response.Write(). <%# indicates that you're working with the data container in a data bound control. …