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 dynamic web page with example?

530


What parameters can you pass in the url of the api?

665


Define reflection in .net?

567


Explain a program using razor view engine to create a simple application? : asp.net mvc

505


What is variable and constant in .net programming language?

401






How does the iis work?

548


Why does my asp.net file have multiple tag with runat=server?

581


Can you explain architecture of your project ?

625


can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?

1755


Define machine.config in .net?

557


What is the difference between “Web.config” and “Machine.Config”?

703


Can you set the session out time manually?

390


What are html helpers in asp.net?

537


How does the cookies work in asp.net?

556


What is a web api endpoint?

538