Posted on: 4/6/2014 6:55:14 PM | Views : 234

hello .
i need to  download from listbox . here is my code
        private void ReadBackupFiles()         {             try             {                 if (!Directory.Exists(@"c:\SQLServerBackups\"))                 {                     Directory.CreateDirectory(@"c:\SQLServerBackups\");                 }                 string[ ...

Go to the complete details ...