Hi, I am developing an application (quiz engine) using C#
in Dot net.
My problem is I am designing the selction option using
radio button.
So, I want to retrive the data from the database to the
radiobutton option.
And also please tell me the how to compare the correct
answer option with
Answer selected by the users. If any body knows or have
done this before please
Help me out. My mail id is get_rome@yahoo.co.in.
Table format:
Question Id Queston Option1 Option 2 Option 3
Option 4 Correct answer
1 What is ur name? My name is ….. My name ….
My name …. My name …. My name is tom
Answer Posted / abhinay kumar
if u got answer then its ok else
you do one thing
first of all u store the correct answer in any variable and
match this variable to the correct answer like
you can also match the selectedvalue
if(radilist.selecteditem== yourvale)
{
//here yourvale is a variable which holds the answer value
//the this is your answere is correct
}
if u are not able to complete it then u can contact me at
abhinaykmr4@gmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of view state?
What is httpresponse?
What is the exact purpose of http handlers?
What is web api and why to use it?
What does the orientation property do in a menu control?
What is protected configuration?
What is the difference between typeof() vs gettype()?
How to make paging concepts in datagrid in ASP.NET?
Is viewstate enabled by default?
Explain the components of web form in asp.net
Differentiate between authentication and authorization.
How ASP.NET page works?
What is the purpose of master page?
What is the behavior of a Web browser when it receives an invalid element?
What is a viewbag?