We have asp.net pages that create 2 separate txt text files from a database query. Is it possible to simply append the 2 files together into one file after the separate files are created? For example, we create a file named Taxfile1.txt and then later
create a file named Taxfile2.txt and would like to merge them into one txt file. Thanks.
Go to the complete details ...