hi im building an asp page where i want a Visual Studio Report Controls
with a chart that shoes the count of some data in a table that i have. in that table i have some ids , names, and questions.
ID (int)
Name (Varchar)
Q1 (nchar)
Q2 (nchar)
etc...
the values in the questions fields r only:
YES
NO
N/A
i need the chart to show me How many Yes, No, N/a per Question
anny ideas how i make this work???
please anny help is welcomme