protected void Button1_Click(object sender, EventArgs e)
{
foreach (string in Directory.GetFiles(@"E:\ra", "*.jpeg", SearchOption.AllDirectories))
{
}
}
Hi I am not getting how to diaplay the image. please provide modification.
thanks and regard love4csharp
No comments:
Post a Comment