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


Please Help Members By Posting Answers For Below Questions

What is session state server?

613


Explain advantages of caching?

528


Why we are using mvc instead of asp.net? : Asp.Net MVC

519


Who is using asp.net?

501


Why session is necessary in web application?

509






What are server side controls?

520


What is the parent class of all web server control?

533


What is css in asp.net?

545


Explain about secure socket layer?

521


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

1778


How to manage different kinds of sessions in ASP.NET?

559


What are client activated objects?

554


What is asp.net ajax?

550


What is a runtime version?

522


Explain the difference between asp & asp.net.

543