Sunday, September 30, 2012

Difference between Bind() and Eval() the bind methods in asp.net

Eval is a one way binding.

Bind is two way binding.

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 

No comments:

Post a Comment