How to check if datatable has no row

Hi
the Two conditions used in your if should be like this
dt_ozel.Rows.Count = 0 OR dt_ozel.Rows.Count>=1
Cheers @mazlumkacar

2 Likes