Reports in asp.net
I want to create reports in c# Asp.net. I need to create 50 reports for my project.The crystal report uses more time. I need an alternate solution to solve this problem.
I am using Visualstudio2003 and SqlServer2000.
Somebody told me to use datagrid.Is it effective ....Give a better solution.
Thanks........
Mahesh ChandPosted Nov 8, 2006, 8:15 AM
http://www.c-sharpcorner.com/Sponsors/DisplaySponsors.aspx?SponId=66&index=3
manickPosted Nov 8, 2006, 1:32 AM
Mahesh ChandPosted Nov 7, 2006, 3:24 PM
Anil TripathiPosted Nov 7, 2006, 10:13 AM
For reporting purpose you can use DataRepeater which is very efficient.
Thanks,