Click here to Skip to main content
15,914,109 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I want to create professional report using html and C# in asp.net 4.* or higher.
Posted

try this
HTML Reports
 
Share this answer
 
The following code show how we can make HTML reports in asp.net.
1) Take a label.
2) Write HTML code in that label as text .

eg:
Label6.Text = " ";

As this way you can make HTML reports in asp.net
If, this post help you , the please replay "shivram.popalghat@gmail.com
This is report body
 
Share this answer
 
v2

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