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 are the different types of sessions in asp.net?
What is sdlc process?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Is LINQ performance wise better or using sqlcommand?
Explain how do you deploy your asp.net application?
What is the difference between trace and debug in asp.net?
What is bson in web api?
How do cookies work? Give an example of their abuse.
What is server side session?
What are the two types of web pages?
How can we make sure that Web API returns JSON data only?
Please brief not about xsd,xslt & xml?
Define a multilingual website?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is ascx?