hi... This the sample application which you can copy the file from one folder to other folder and when ever if a new file will add to the source folder automatically the file will move to destintion folder so that no burden to copy all the files to server and manual checking a lot of work will done automatically. if any xml files are there then those will automatically insert the data in xml to database table fields. steps: 1) open solution file. 2) create database MYDB 3) create table xmltable with fields name,length now debug the application select source dir, destination directory and select start button. now see all the files copied from source to destination. now copy one file and paste it in source directory now see the destination directory you can able to see the newly created file which is copied from source automatically it will do everything.