After entering data into all the textbox, and after clicking the submit button, it won\'t immediately show in the datagridview, I need to reopen the form in order to see the
In the form designer add a new timer using the toolbox. In properties set "Enabled" equal to "True".
The set the DataGridView to equal your new data in the timer
DataGridView