Muhammad Nadeem

Muhammad Nadeem

  • NA
  • 548
  • 63.6k

change permanently Image path in asp.net c#

Oct 18 2016 3:45 AM
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)