Search results for query: *

  1. S

    Datagrid leaves empty cells

    I am importing a .csv fiel into a datagrid. When I import the data, some of the columns are left blank. data from .csv file: output from datagrid: As you can see some of the data in the ItemNumber field has been imported and some of it hasn't. It seems that all of the 000p0*** fields...
  2. S

    DataGridView Format

    I am new to vb and writing a program in vb.net 2005 in which I convert a fixed width file to csv then read it into a datagridview. When I convert the data it works fine. Sample: converts to: But when I read this data into the datagridview it looks like this. Sample: for some reason...
Back
Top