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

Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

0 Answers  


List the 4 common ado.net namespaces?

0 Answers  


describe about the ado.net object model

4 Answers   TCS,


can we have multiple datatables in a datareader ?

18 Answers   Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,


What is sqldatareader?

0 Answers  


Give an example of a .net application which connects to microsoft access database using ado.net classes.

0 Answers  


What two types of data providers does ADO.NET supply? What determines which one you should use?

0 Answers   CDC,


Is it possible to edit data in Repeater control?

0 Answers  


What connected data?

0 Answers  


What is the functionality of data provider in ado.net?

0 Answers  


Explain ado.net features? Benefits? Drawbacks?

0 Answers  


Define table relations?

0 Answers  


Categories