i want to develope a page for online test using asp.net
with c#.net. so, how to insert the questions in the
database sqlserver2000 and how to pick the questions
randomly when user login for test. plz send the code for
this....

Answer Posted / ravi

In ORACLE
select * from questions
order by (id * dbms_random.random)

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is localhost in asp.net?

570


How would you create a permanent cookie?

573


What is the use of HttpHandlers? When to use this?

632


How to find out what version of asp.net I am using on my machine?

585


How you will handle session when deploying application in more than a server?

596






Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

517


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

662


What is a reflection?

588


What is meant by web application?

550


List all templates of the repeater control.

569


What are the different types of proxy patterns?

598


What is a web api endpoint?

537


What is the use of session?

527


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

565


what are the security certificates used in webservices?

1504