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
What is clr? Difference between clr & cts?
What do you mean by role-based security?
List down the sequence of methods called during the page load.
Which library is used by the testers and developers to develop automated tests and create testing tools?
Can you set the session out time manually?
When we use cookie less session? Explain its working?
How Can assign alias name for ASP.NET Web API Action?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is session handling in a webfarm, how it can work with its limits?
What is the size of Get method and how much data it can store?
Which two new properties are added in asp.net 4.0 page class?
What are custom controls?
How can we update records in gridview?Is there any appropriate code for it?
Apart from IDE what are the enhancements in asp.net 2.0?
What is the best Macanism to clear the Cache in asp.net