index was outside the bounds of the array
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Im getting the error 'index was outside the bounds of the array' on the line: Datatable dt = new Datatable(); Can anyone tell me what is the problem here? Thanx
-
Hi All, Im getting the error 'index was outside the bounds of the array' on the line: Datatable dt = new Datatable(); Can anyone tell me what is the problem here? Thanx
i don't see any array here but some code error (maybe mistyping)
Datatable dt = new Datatable();
change to
DataTable dt = new DataTable();
so where is the error raise??? :~
dhaim program is hobby that make some money as side effect :)