Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Client answers a survey and responses for 20 pages are stored into the database all together , now i want to fetch the data from Sql server 2008 using Entity framework ,and show on client side to generate pdf showing answers of all the questions answered by client.
I am confused about choicing a HTML page or a .aspx page for rendering the data. Can anyone suggest me which one will be better solution for this purpose.
Posted
Updated 24-Apr-15 8:51am
v2
Comments
Maciej Los 24-Apr-15 14:56pm    
How to provide better solution, if we do not see yours...
knackCoder 24-Apr-15 15:01pm    
I want you people to tell me which one to choose from a HTML page and .aspx page for rendering Data from Sql server database.

1 solution

hi, from how i understand the question, seems like you're asking whether to use an html or an aspx code to generate the pdf on the client side? if this is the case, an aspx code would be the only way to generate and deliver your pdf file to the end user.
 
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