From: Gaspar on
I'm new to C#.
I noticied that if I bind a formview to an SQL table, when I click update
all fields are updated, and not only those that are visible (bound).

Is this the standard behaivour? If not, how do I allow updates only on those
fields that are bound?
I tried with datasets and linq2sql.

Thanks!