I have a C# windows form with a pretty generic datagrid displaying the contents of 1 table. I can update/add & delete data in the grid no problem. My issue is I have a password field field in the table that is hidden. I've added a text box
and an update pwbutton. How do I use the existing tableadapter/bindingsource to update a single field hidden in the dg? Is there a simple way to update my pw field? Thanks for any ideas.
↧