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...


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

Answers were Sorted based on User's Feedback



Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designin..

Answer / shivam

first use if case
if(radiobutton1.checked)
{
use dataadaptor or sqlcommand for retriving the data from
database
if ever anybody clicks on radio button it will check ur
condition n retrive data from database
}

Is This Answer Correct ?    10 Yes 2 No

Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designin..

Answer / rajesh

hi this is rajesh pass the question id to the stored procedure

and retrieve the options from the datasource take
radiobuttonlist and bind the content to the radiobutton list
if any doubts is there contact to my maid id i will help u

ok byeeeeeeeee

Is This Answer Correct ?    12 Yes 5 No

Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designin..

Answer / ajay

can you send me the coding so that i can resolve it

Is This Answer Correct ?    1 Yes 1 No

Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designin..

Answer / 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

More ASP.NET Interview Questions

Explain advantages of caching?

0 Answers  


What is an assembly?

2 Answers   Value Labs,


What are the different types of sessions in asp.net? Name them?

0 Answers  


What is asp.net response object?

0 Answers  


How does the browser enable AutoPostBack functionality?

2 Answers  


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

1 Answers   Infosys, KPIT,


How is it possible for .NET to support many languages?

0 Answers  


How to sign out from forms authentication?

0 Answers  


What are the differences between Trace and Debug?

2 Answers   Accenture,


Explain how cookies work.

0 Answers  


What is session authentication?

0 Answers  


Categories