Good day everyone i want to upload image to a circle picture box in csharp asp.net

protected void btnupload_Click(object sender, EventArgs e)
{
String path = Path.GetFileName()
path = path.Replace("", "");
String filename = path;
}
i want to be able to upload the image not more that circle box , upload and retreive it to the picture box
Mageshwaran RPosted Nov 24, 2019, 7:26 AM
Oladotun ObileyePosted May 14, 2019, 2:24 PM
Rajanikant HawaldarPosted May 12, 2019, 9:32 PM
Oladotun ObileyePosted May 12, 2019, 1:37 PM
Rajanikant HawaldarPosted May 7, 2019, 9:33 PM