Good People.
I have a DataGridView
where I have the id
field. The id
is currently filled with 10 values, ie the last number to appear in my DataGridView
is the number "10", and I want to have a TextBox
where the next number automatically appears (in this case would be the number "11"), and after inserting the number "11" on the grid would appear the "12".
I am using Visual Basic and my database is in SQL Server .
Thank you.