Hello all,

I am working on this project and I want to be able to read in DBF, CSV, and EXP files. First thing I want to do is to be able to only show those file extensions when the user clicks the button for the file dialog box. I am doing this in ASP.NET. The other thing I want to do is convert the DBF files into CSV files. Is there a way to convert files programmatically in c#?

Thanks,
TheMajorRager