[RESOLVED] new databound column not saving values
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
Re: new databound column not saving values
Found it...I panic WAY to easy
Went into the tables 'fillGetData' panel and using CommandText entry found that the new columns were unchecked. Checked them to be included.
Working now.