Check the value of the following:
dt.Columns("Name").MaxLength
You can change it if you need to, however remember that if you're going to save the data back to a database, you'll have to make sure that the column width is truncated to fit the database column. Otherwise, you'll get an error when you try to save.