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
Does web services support data reader like pom project?
What is cookies cache and session?
What are the different types of proxy patterns?
What is asp net theme?
What are the disadvantages of asp.net?
Define satellite assemblies.
Can we set master page as a start page?
Which is better session or viewstate?
what is meant by sitemapnode ?
Explain the difference between dataset and datareader.
What are the properties of the eventargs argument when capturing keyboard events?
What is http post and http get?
Can I stream live content/events?
How does cookies work in asp net?
What is custom attribute? How to create?