Programming for Everybody: Check the Datagridview is empty in vb.net

Check the Datagridview is empty in vb.net

If  DataGridView1.CurrentCell Is Nothing Then
            MsgBox("There aren't any Results")
        End If

No comments:

Post a Comment