Joyjit,
Can you give me more details, please.
dim ds as dataset
dim table as dataTable = ds.Tables(0)
dt = New DataColumn
dt.Caption = header
dt.ColumnName = header
dt.DataType = System.Type.GetType("String.Type") ' THrows an exception
table.Columns.Add(dt)
table.Rows(ix).ItemArray(columncount - 1) ='R' ' Does nothing
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.