<Solved> Should be easy update question...
Windows Forms
1
Posts
1
Posters
3
Views
1
Watching
-
Hello All, It has been some time since I have been here. I am currently stumped and think this should be easy. 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? (Never mind, figured it out.) Is there a simple way to update my pw field? Thanks for any ideas.