I'm working on a windows form project. I have a datagrid thast is populated from an SQL Server based data adapter. I have several text boxes and check boxes the user enter info/checks the boxes. Hitting add adds the info to the table, no problem.
The question is: Ince the data is entered into the table, how do I refresh the datagrid to reflect the new row???? I've tried datagrid1.refresh, tried using a binding manager, etc. Nothing seems to work. What am I doing wrong? Should I re-execute my stored procedure to re-populate my datagrid? What amI doing wrong?
The question is: Ince the data is entered into the table, how do I refresh the datagrid to reflect the new row???? I've tried datagrid1.refresh, tried using a binding manager, etc. Nothing seems to work. What am I doing wrong? Should I re-execute my stored procedure to re-populate my datagrid? What amI doing wrong?