I am thinking about generating a pie chart from survey results in ASP.Net. For example,
Average 3.5 out of 5 (70% importance) for education , ....
What is the best way to generate a pie chart on survey resutls in ASP.Net? The database will come from SQL Server 2000.
Someone thinks that you would need to use SQL Server Reporting Services. Can you please give me some insights on this?
Has anyone here ever created pie charts based on survey results in ASP.Net? If so, can you please tell me exactly how you did it?