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
Can we use html in asp.net?
What is comparevalidator?
What is synchronous and Asynchronous post back ?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the function of new view engine in asp.net? : asp.net mvc
Explain how to prepare culture-specific formatting in .net.
What is request and response in asp.net?
Do you know using sql cache invalidation?
Explain advantages of caching?
Where can I get information on cookies in asp.net?
What kind of programming language is ASP.NET?
calling result set one procedure to anothar procedure in sql2000
Difference between web user control and web custom control?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
How you can return View from ASP.NET Web API method?