Click here to Skip to main content
15,912,204 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi Friends,
I have a grid which contains a databound item, Image button when the image button which is present in grid is clicked it should display a pdf file which is related to the data bound item .
Thank You in Advance.
Posted
Comments
pankajupadhyay29 28-Feb-11 6:21am    
you already posted this question
http://www.codeproject.com/Answers/162820/Asking-a-Question-on-a-pdf-file-should-get-display.aspx

You should not re-post the same problem if you have any doubt discusses at that only

1 solution

If you have installed adobe acrobat then use a web browser control. Once get the pdf file name then simply navigate the file

webBrowser1.Navigate(Application.StartupPath + "\\Test.pdf");

I hope you know how to get the clicked row and thereby the pdf file name. If any doubt post comments
 
Share this answer
 

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