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
Explain how cookies work.
i want the asp.net technical questions and answeres
what are configuration files?
What is session start?
What is application Object?
What is Web API Routing?
Which is faster viewdata or viewbag?
What is ispostback method in asp.net? Why do we use that?
What is a postback in asp net?
Explain diff. Between friend and protected friend?
How to rename a table using sql queries?
What is rich control in asp.net?
What is state management in asp.net with example?
Define msil.
Where is http session stored?