Reputation: 19
I'm Using Eval
method in databound controls in ASP.NET.
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 to the database.
Can you provide me an example where we can use Bind to apply some changes to Database?
Upvotes: 0
Views: 56