I want to open folder from web page by clicking on a button ... In my code when I am use a hyper link its working properly. but when I am using a button its not working.
here is my code:
protected void Button1_Click(object sender, EventArgs e)
{
Response.Redirect("file://LAP6//C$");
}
Can you provide me some C# code for this functionality. Thanks