Hi All,
I am creating a Windows Application. I am maintaining LibraryBooks details.
When I click on the Details all the books available(as stored in SQL SERVER Database) is been displayed in the DataGridView.
But the datagridview also contains a empty row at the end which it generates automatically. But I want to remove this empty row.
How can I do this? Please note that I am using C# to create my application.
Please Help me out in deleting this auto generated row?
Thanks in advance!!