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
What is the request flow used for asp.net mvc framework? : asp.net mvc
Why do we use web config?
Explain the use of view state?
Where is asp.net session stored?
How many types of cache are there?
How can u debug your .net application?
What is the biggest disadvantage of “Other Return Types” in Web API?
What do you mean by serialize?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Describe how ASP.NET maintains process isolation for each Web application?
What is the postback property in asp.net?
List the types of authentication supported by asp.net?
Which is faster union or union all?
Where viewstate value is stored in asp.net?
What is __ requestverificationtoken?