anyone know why.....
i have a grid on a page which has 3 colums and looks like this:
EDIT | 25067 | 78655
EDIT | 19876 | 23478
EDIT | 78545 | 87554
when i attempt to access the data from the grid like:
ogrid.Items(0).Cells(1).Text i get "25067"
which is what i would expect.
but for some reason i can NOT access the data in the last column...
ogrid.Items(0).Cells(2).Text i get ""
in fact, all column 3 items come out as ""
ogrid.Items(0).Cells(2).Text i get ""
ogrid.Items(1).Cells(2).Text i get ""
ogrid.Items(2).Cells(2).Text i get ""
anyone know why???
i have a grid on a page which has 3 colums and looks like this:
EDIT | 25067 | 78655
EDIT | 19876 | 23478
EDIT | 78545 | 87554
when i attempt to access the data from the grid like:
ogrid.Items(0).Cells(1).Text i get "25067"
which is what i would expect.
but for some reason i can NOT access the data in the last column...
ogrid.Items(0).Cells(2).Text i get ""
in fact, all column 3 items come out as ""
ogrid.Items(0).Cells(2).Text i get ""
ogrid.Items(1).Cells(2).Text i get ""
ogrid.Items(2).Cells(2).Text i get ""
anyone know why???