1
Answer

change permanently Image path in asp.net c#

M CH

M CH

8y
203
1
i have a problem how to delete the image from trash when i import another image path dynamically on
btn click
protected void btn_click(object sender, event e)
{
 image1.imageUrl="files/newImage.png";
the old path still remain when i run my webapplication again. I really need it please help me. thanks a lot.
Answers (1)