I have added a new column to my bound datagrid table using sql server management.
Added a new textbox to my form and using databinding, bound the textbox to the new column.

Running my app I can enter text in the new textbox and if I save or move from the current row the text shows in the grid. But...after refreshing the grid or restarting the application, the text is no longer there.

I have several bound textboxes that have and are still working properly on displaying from and saving to the table.

Is there more to get a new column to save correctly than what I have described?

Thank you in advance!
Happy Holidays