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
What is a reflection?
List the advantages and disadvantages of user control an custom control?
Disable browser cache for entire ASP.NET website?
What is odata in web api?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How would you implement inheritance using c#?
What is advantage of asp.net?
What is http response header?
Explain the concept of View Model in MVC?
How u refer webservices?
What is _dopostback in asp net?
Difference between application events and session events
In which situation can you not use a viewstate?
Explain how do you deploy your asp.net application?
What are the advantages of using session?