Realtime Display Data on DataGridview
Hi can anyone help me on this problem?
I had searched through all the web but can't find any reference
I had two forms (A and B).
Form A is an electronic job application form to allow user to enter record to the database.
Form B is a portal to allow user to check the job application record. This form B must be able to automatically extract the record automatically from the database based on a conditional critera and manipulate into the datagridview control if any new record is input on Form A as well as bind to the textbox when record selected.
Can anyone advise me how to do the form such that the datagridview always refresh itself in few second and does not affect the previous selection of the row?
Your advise is very valuable to me
Thank you
|