ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
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....
 Question Submitted By :: Hariprasad
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 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
# 1
the query for random selection is 
    select * from tablename order by newid()
 
Is This Answer Correct ?    15 Yes 1 No
Varasri
 
  Re: 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
# 2
by using RAND(value) u can get the random Questions....like 
below


Select * from table1 where ID=(5*Rand()+1)
 
Is This Answer Correct ?    7 Yes 3 No
Raju
 
 
 
  Re: 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
# 3
In ORACLE
select * from questions
order by (id * dbms_random.random)
 
Is This Answer Correct ?    0 Yes 0 No
Ravi
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Asp.net - How to find last error which occurred? Abacus1
Is data can be edited in the Repeater control?  2
About duration in caching technique ? Accenture2
can u any one tell me clearly where is stored cache datas? Apollo1
How can i include both C# and vb.net classes in same solution?  2
Which @page directive should you create an asynchronous page?  1
How can we Deploy a website?  2
how to do pakaging nd deployment  1
what is session ?how sessions are handeled in application? write the clauses of sql server in their order. Olive-Tech2
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version. Syntax-Softtech2
What are the different authentication modes in the .NET environment?  2
What data type does the Range Validator control support?  3
How do you make your site SSL enabled ? Satyam2
we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using? Tech-Mahindra5
About Garbage Collector? Microsoft3
What is the namespace for encryption? Astadia1
Difference between HTML control and Web Server Control?  3
what is structured data format?  2
What are Master pages? How to define a Master page?  2
What is boxing? Misys4
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com