Click here to Skip to main content
15,906,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear friends,
i have link button in grid view which is bind to database data when i click that link button it should open the data in adobe reader.
please anyone help me.

Thank you in advance
Posted

You can give a link to the pdf file and user can see the file if they click on it and have Adobe Acrobat Reader (or probably other pdf viewer) installed.

A better way to ensure that a user who doesn't have pdf reader installed can also see the file is using this - ASP.NET PDF Viewer User Control Without Acrobat Reader Installed on Client or Server[^]

HTH!
 
Share this answer
 
In C++ it would be: System() [old and deprecated] or CreateProcess() [the good one].

for C# look here: http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start(v=vs.71).aspx[^]

Good luck!
 
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