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
From which base class all web forms are inherited?
How can you implement encapsulation in asp.net?
What is difference between web config and global asax?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Explain what is event bubbling?
What is the application pool?
Which Is Faster MVC or ASP.net ?
How do you implement postback with a text box?
Explain the use of errorprovider control in .net?
What is base class of .net?
Is asp.net and .net the same?
Write a code snippet to implement the indentation in json in web api.
How does u call and execute a sp in .net?
What is a server cookie?
What is server side in asp.net?