I need some hlep detecteing an empty row
My error here is Option Strict On disallows late bindingHTML Code:Dim row As DataRow row = CType(Form1.DataGridView1.SelectedRows(0).DataBoundItem, DataRowView).Row
HTML Code:If CStr(row("Comp Address").IsNullOrEmpty) Then compaddress.Text = " None Available" End If compaddress.Text = CStr(row("Comp Address"))




Reply With Quote