nulls in a DataTable
Database
3
Posts
3
Posters
0
Views
1
Watching
-
i have a DataTable. i want to know that one of th e elements is null or not. if(myDataTable.Rows[row][col] == null) { ..... but it doesnt work. what should i do?
-
i have a DataTable. i want to know that one of th e elements is null or not. if(myDataTable.Rows[row][col] == null) { ..... but it doesnt work. what should i do?
-
i have a DataTable. i want to know that one of th e elements is null or not. if(myDataTable.Rows[row][col] == null) { ..... but it doesnt work. what should i do?