Hello.

I'm doing the typical, binding forms controls to a datasource via a bindingsource component. I run into problems when there are 0 records in the datamember (datatable) that my control is bound to. Basically, If the table has 0 records, I have to add a new row to the table before I begin binding or dataset updates do not work correctly.

Shouldn't the bindingsource be adding rows automatically to my datatable? If not, what is the best way to handle this situation?

Thanks.

-Aaron Schurg