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