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
Can you dynamically assign a Master Page?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is server components?
What are the various types of validation controls provided by asp.net?
What is the difference between Session and response.Redirect?
What are the events that happen when a client requests an asp.net page from iis server?
What is manifest in .net framework?
What are the asp.net security controls?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How can you handle errors in Web API?
Is there any limit for query string? Means what is the maximum size?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is meant by server side scripting?
What do you mean by marshalbyref?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc