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 does ascx stand for?
Explain Areas in MVC?
What is difference between cookies and cache?
Explain the difference between authentication and authorization.
Elaborate differentiation between Cache and Application?
What methods are fired during the page load? Init()
Less than one page, how many windows will you be able to maintain?
Explain server-side scripting and client-side scripting.
Can I combine classic asp and asp.net pages?
In the Repeater control which way you can edit?
What is xaml? Are xaml file compiled or built on runtime?
What is application state?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is asp.net futures?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc