T
TC
Hey All,
I have a .csv file that I am dumping into a DataTable and then using it to
populate a DataGridView control.
It appears that my DataTable is recognizing postal codes as integers and
when it gets one like 14895-3456, for example, it wipes it out because it is
showing up blank in the DataGridView.
Is there a quick way such that I can get everything the data represented as
strings and, thus, not get cleared?
Thanks,
Todd
I have a .csv file that I am dumping into a DataTable and then using it to
populate a DataGridView control.
It appears that my DataTable is recognizing postal codes as integers and
when it gets one like 14895-3456, for example, it wipes it out because it is
showing up blank in the DataGridView.
Is there a quick way such that I can get everything the data represented as
strings and, thus, not get cleared?
Thanks,
Todd