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.
Eval
is one way binding, Bind is two way
If you bind a value using Eval, it is like a read only. You can only view the data.
If you bind a value using
Bind
, and if you do some change on the value it will reflect on the database also
Have a look on similar thread
here[
^]