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.