Hi there,
I am using aspx,C#.
I have server control button. When I hit that button I would like to get a pop up window which open a PDF file from one of folder.
I tried using this code
OnClientClick="javascript:window.open('c:\\abc.pdf')";
but it does not work. Could you please help me?
...
Go to the complete details ...