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
Use a database. If you don't want the hassle of setting up a client/sever architecture, use SQLite, which has several .Net incarnations, or SQL Server Express.