4
Answers

I want to code C # to copy an image from folder to another

lamasat lamasat

lamasat lamasat

11y
1.3k
1
Hello
I want to code C Sharp to copy an image from the first folder to the second volume, and if the image already exists in the second volume is replaced
 


I tried to use the function File.Copy () with the Delete () function  , but shows a error in the program when the deletions because the image will be displayed in the pictuerBox refuses to delete the image and replace it
Answers (4)
0
Kunal Vaishya
NA 4.1k 266.1k 12y
You can do this do this on text change event on TextBox  but make sure TextBox AutoPost back Property must be true if Not the Set it true without post back you cant generate any control in Asp.Net