I am parsing the html file to extract tabular information through column names. And I want like let user give the input for column name. And according to that column names t
Maybe you could serialize a DataTable, but keep in mind if you fill it with data this can get large and take serious amount of time to serialize or deserialize. If data is stored otherwise, you might want to store column info in a config/project file.