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 / varasri

the query for random selection is
select * from tablename order by newid()

Is This Answer Correct ?    32 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a web api endpoint?

537


How do I use a proxy server when invoking a web service?

533


How do I open an ashx file?

545


To load your generated dataset with data which method do you invoke?

611


Will the asp.net validators run in server side or client side?

650






How long the items in ViewState exists?

973


What are ASHX files?

605


Difference between web user control and web custom control?

507


How can you implement the postback property of an asp.net control?

538


Explain the difference between singleton and single call?

541


What is asp.net caching?

583


Explain code snippet to register exception filters from controller?

634


Define tracing.

630


What is bson in web api?

596


Explain the boxing and unboxing concept in .net?

396