Databinding example

The data binding itself, yes.

But the data table rows being editable by the client so you can use data binding isn’t such a good idea, since that allows unrestricted access to the datatable by any client code (including client code injected by hackers).

3 Likes