I have code like this:
FromRow = GridViewPlaceme ntsForDups.Sele ctedRow
strCellContents = FromRow.Cells(4 ).Text
It works fine for most of the cells in the row. But cell #4 (above)
has a date in it, and when I run the debugger, strCellContents is
blank.
Am I doing something wrong?
Thanks,
Marv
FromRow = GridViewPlaceme ntsForDups.Sele ctedRow
strCellContents = FromRow.Cells(4 ).Text
It works fine for most of the cells in the row. But cell #4 (above)
has a date in it, and when I run the debugger, strCellContents is
blank.
Am I doing something wrong?
Thanks,
Marv
Comment