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 are the ihttphandler and ihttphandlerfactory interfaces ?
What is paging in context of Memory?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What can you do with asp.net?
What are the disadvantages of view state?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is the difference between application state and session state in asp net?
What are user controls?
How can we identify that the page is post back in asp net?
What are web server controls in asp.net?
Describe paging in asp.net?
Differentiate between file-based dependency and key-based dependency.
List of words of preprocessor in .net?
What is a Cookie? Where is it used in ASP.NET?
Explain the different types of directives in .net?