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 ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

662


What are ASHX files?

595


What is a user session?

498


What are the two Layouts supported by a Web form in ASP.NET?

548


When maintaining session through sql server, what is the impact of read and write operation on session objects?

529






How to disable validator control by client side JavaScript?

569


What are the differnt types of handler in ASP.NET?

532


Is it possible to change the index of primary key on table?

406


Explain different authentication modes in asp.net?

550


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

535


Is post back property in asp net?

522


What is ipostback?

599


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

549


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

641


What is a 404 redirect?

554