Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to create a quiz software using 4 options to answer
and how to check with answers in the database and award
marks....



how to create a quiz software using 4 options to answer and how to check with answers in the datab..

Answer / neha

First, you need to bind the label control to the questions
in the database as
Label ques = new Label();
ques.DataBindings.Add("Text", bindsource, "Question");

Similarly, you can bind 4 radio buttons to the 4 options of
the question.
You can provide the button then, clicking on which will
calculate the result and move on to the next question.
For calculation, you need to bind another label's tag
property to the correct answer column in the database, and
can match the strings to calculate whether the user has
entered right answer or not.
Based on that, the score variable can be incremented.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What are the pre-requisites for connection pooling?

0 Answers  


Why is it important to close an ado.net application?

0 Answers  


What is difference between Dataview and Datatable?

0 Answers  


What is the role of clr?

0 Answers  


What is the difference between SqlCommand and SqlCommandBuilder?

0 Answers  


what is typed and untyped dataset

3 Answers  


What is aggregate root?

0 Answers  


How to get oledb connection?

3 Answers  


Define the executescalar method?

0 Answers  


How xml files and be read and write using dataset ?

1 Answers  


Describe briefly an ADO.NET Dataset ?

0 Answers   Siebel,


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

0 Answers  


Categories