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
Is asp.net and .net same?
How is a session stored and maintained in asp.net?
How do u declare static variable and how it is declared and what is its lifetime?
What is data grid view in asp.net?
What is cookies cache and session?
What is DataGrid wheater its a Server Control or something else ?
Why we use content place holder in asp.net?
Distinguish between Server-side and Client-side code with its functionality?
What is difference between View State and Hidden Field in ASP.NET?
What is variable and constant in .net programming language?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is difference between session and cookie?
Is it true that a Web service must be written in .NET or not?
What are the authentication types in asp.net?
How can you apply a theme to your asp.net application?