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
Why is global asax is used for?
What is the difference between server-side scripting and client-side scripting?
What is advantage of code behind coding in ASP.NET?
What are sql joins?
Are cookies client side or server side?
What is asp.net mvc5? : Asp.Net MVC
Define cookie.
Is asp.net easy to learn?
In asp.net, how can you validate drop down box?
What is a master page and what does it do?
How you can access the properties and controls of master pages from content pages?
Can you explain one critical mapping?
What is user control in asp.net?
Explain how is a property designated as read-only?
What is the difference between custom controls and user controls?