I'm working on a datagridview to store the user data in database(sql server). The question is how to find the new row in datagridview in c# ?
For example: if the user already entered 100 rows data . While he open the application he can find the new row first column by clicking new button . So that the cursor will be in 101's row first column to begin edit.
Can any one give me the sample coding for that pls....