Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,

am working on asp.net project using c# asp.net and sqlServer 2005.

I have created feedback form with 10 questions with multiple choices in it.(using radio buttons in it) Excellent , Very Good , Good , Poor.
So user can select one option from these. When User submits this will store in Database Table.

But anyhow its running fine.

Now i want to make a bar chart using SqlTable with these answers.

But i dont have chart control in my ToolBox, Am using VS 2008 version.

Please guide me , how to install CHARTS in my VS2008 Toolbox.

and how to work with charts.

Please help.

Thanks in ADVANCE
Posted

for tutorials:
ASP.NET 4.0 Chart Control[^]
ASP.NET MVC Chart Control[^]
ASP.NET 4 "Quick Hit" - Chart Control [^]
ASP.NET Charting Controls[^]
ASP.NET Dynamic Charting Controls[^]

And for Download and Installing Charts:
download the chart from here[^] but before this follow these steps Installing MS chart adding into vs 2008 toolbox and using MS chart with sample code [^]

OR

Follow these steps to use ASP.NET charting controls:

1)Install .NET Framework 3.5 (SP1 if possible)here[^]

2)Install Visual Studio 2008 (SP1 if possible) >]here[^]

3)Download Visual Studio add-in from the below link.

Microsoft Chart Controls Add-on for Microsoft Visual Studio 2008[^]

4) after installation you can see the chart controls has been added to your data section of toolbox.Now you can use it in your projects.
 
Share this answer
 
v3
Comments
Thomas Daniels 23-Dec-12 4:21am    
Good answer, +5!
Abhishek Pant 23-Dec-12 4:25am    
thanks
No, we won't give you solution.. We can't work out for you like this.. You should try it by yourself.. If you got stuck somewhere, you can certainly come here.. But don't ask directly for code..

I can provide you some links, that will help you to understand your problem :
ASP.NET 4.0 Chart Control[^]
ASP.NET Charting Controls[^]
 
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