Click here to Skip to main content
16,011,849 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I able to succesfully save and open the .chm file using Response.Redirect("Help 1.0a1.chm") but when i open the file directly without saving nothing happens

HTML
protected void btnhelp_Click(object sender, ImageClickEventArgs e)
   {
       Response.Redirect("Help 1.0a1.chm");
   }
Posted

 
Share this answer
 
Can you please elaborate your problem???
 
Share this answer
 
v2
Comments
ShaHam11 19-Mar-14 2:29am    
Okay i have master page and where I have Help file icon the moment the user clicks on the help file icon it jumps to the above function and a message is popped for the user which gives him 3 options "open" or "save" or "cancel" at present save works the user can save the file and open the chm file which works perfeclty, when user clicks on the "open" option file does not open and cancel works perfectly. I hope i am clear. If any doubts and information let me know thanks for your help
Manikandan K 19-Mar-14 2:36am    
try window.open("Your File Location");

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900