Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
If is it possible then give code in c# for asp.net
Posted
Comments
Kornfeld Eliyahu Peter 30-Mar-14 14:48pm    
What a shame, I have only PHP for Apache...
Akinmade Bond 30-Mar-14 17:01pm    
Does PDF.js fit your needs?

1 solution

Not sure what you're asking for...

I'd suggest you to start here: ASP.NET Overview[^] and here: ASP.NET Web Applications[^]. There you'll find:
MSDN wrote:
Microsoft® ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is sent to a desktop or mobile browser. ASP.NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface. ASP.NET pages and ASP.NET XML Web services files contain server-side logic (as opposed to client-side logic) written in Microsoft® Visual Basic® .NET, Microsoft® Visual C#® .NET, or any Microsoft®.NET Framework-compatible lang


You can display the content of file, such as pdf, xml or doc, but how do you want to communicate between pages, if the whole content of page will be pdf?
 
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