Dear All,
I have 15 questions and the result of the questions answered by user. I want to display result in the gridview for the options selected by the user.
Options
|
Database Value
|
disagree
|
5
|
strongly disagree
|
4
|
Agree
|
3
|
Not applicable
|
2
|
strongly agree
|
1
|
id
|
Question1
|
Question2
|
Question3
|
Question4
|
Question5
|
Question6
|
Question7
|
Question8
|
Question9
|
Question10
|
Question11
|
111
|
5
|
5
|
1
|
5
|
4
|
4
|
5
|
5
|
3
|
3
|
1
|
In Gridview I want to display the result with the question.
Thanks