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

Can you explain the importance of finalize method in .net?

583


What is gridview in asp.net?

514


What are type/key pairs in client script registration?

558


What is data binding in asp net?

586


How can we prepairing Interview

1880






What is role-based security in asp.net?

519


What is the use of asp.net web api?

578


What is loop in asp.net?

580


Is asp.net easy to learn?

551


What is the difference between sealed vs static class?

575


Which method is used to enforce garbage collection in .net?

423


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

660


What parameters can you pass in the url of the api?

657


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

520


What is difference between View State and Hidden Field in ASP.NET?

657