How to use bind to apply some change to the database

60 views Asked by At

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?

0

There are 0 answers