Clear column in a Data Table

  • Thread starter Thread starter melton9
  • Start date Start date
M

melton9

I've gone through the forms and can't seem to find anything on this, so
either its really easy or its impossible. Anyway I have a datatable
with maybe 5-6 columns, and I was wondering if there is a simple way to
clear all the values out of a single column. I could loop it through,
but that seems like the long way around.
 
Melton,

Just reading your message assuming that it is not a datatable in a strongly
typed dataset

Remove the column and add it again.

Never tried, just an idea while reading your question so you have to try it
yourself.

I hope this helps,

Cor
 
Back
Top