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 / raju
by using RAND(value) u can get the random Questions....like
below
Select * from table1 where ID=(5*Rand()+1)
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What are the differnt types of handler in ASP.NET?
How does cookies work in asp net?
Explain some of the major built-in objects in asp.net
What is a reflection?
When was asp.net released?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is http request and response?
What are the advantages of asp.net mvc framework? : asp.net mvc
Which is better viewstate or session?
What is caching in asp.net?
WSDL means?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
How to find last error which occurred in Asp.net ?