Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi every one, so here is the background:
I have a database with some tables, now need to decide how to access data, including SELECT by ProductName, generate statistics number and Graphs or Charts, and PDF download.

So I used to use old-fashion Web Forms with ADO.NET, like sqldatasource, adapter, datasets, etc to display data in a GridView.
But recently I learn that SQL has SSRS(Reporting Service).

I am wondering what's difference between GridView and Reporting Service, I know you can integrate Reporting in Web Forms, but I want to know which way is better to display data, graph, charts, statistics in Web Application??


Thanks so much for your adivce.....
Posted
Comments
[no name] 24-May-14 15:44pm    
"Better"? If you know something about a Gridview and do not know anything about reporting services then the Gridview is better.
Member 10689667 25-May-14 12:46pm    
Hmm, but GridView don't have much build in features for graph and charts

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