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

Which authentication uses a combination of windows and iis authentication?

578


What are main return types supported in Web API?

742


What are the advantages of Web API?

634


Explain the difference between inline and code behind - which is best in?

502


What is session id in web application?

486






What is the difference between viewstate and hidden field in asp.net?

484


In the Repeater control which way you can edit?

641


Which is faster viewdata or viewbag?

538


What are the different web pages?

491


How many languages are supported by .NET at present time?

281


What is difference between Fragment Caching and Page Caching in ASP.NET?

575


Explain difference between dataset and recordset?

500


Which two new properties are added in asp.net 4.0 page class?

521


In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

504


Define repository pattern in mvc.net? : asp.net mvc

510