string url = @"D:\Folder\PICTURES\Enigma.pdf" System.Windows.Forms.MessageBox.Show(url); ClientScript.RegisterStartupScript(this.GetType(), "newWindow", String.Format("<script>window.open('{0}');</script>", url));
href
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)