Docs
Docs
bi
directional databinding.
Eval(): Eval is one way Binding i.e. it is like read only.
Suppose we have a gridview control and want to only display the data, not perform any other action then we can use Eval()
to bind the data.
If we want to edit the information in the gridview then we use Bind().