In a gridview, we can use <%#Eval%> or <%#Bind%> to output values from a database. What is the difference between them?
<%#Eval%>
<%#Bind%>
The main difference between eval and bind is eval is read only, we can't change on database thing eval.
While using bind we can appply some change.
If you aren't wanting to handle data posted back, eval will do the job easily.