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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
What are the Application_Start and Session_Start 
subroutines used for?
 Question Submitted By :: Priya
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are the Application_Start and Session_Start subroutines used for?
Answer
# 1
This is where you can set specific variables to the 
apllication and session objects.
 
Is This Answer Correct ?    1 Yes 0 No
Radha
 
  Re: What are the Application_Start and Session_Start subroutines used for?
Answer
# 2
Whenever the application starts, this subroutine is fired, 
So you can place codes here that is specific to the 
application start event, say want to log when application 
starts.
Code in Session_Start will be executed every time a new 
session is started (e.g. a new user visits the site).
 
Is This Answer Correct ?    1 Yes 0 No
Ananta
 
 
 
  Re: What are the Application_Start and Session_Start subroutines used for?
Answer
# 3
application_start is executed when the first time the 
application get executed.This is useful to findout total no 
of users visted in that website and etc.
Session_start will get executed when each unique user enter 
in to the application here u can access session specific 
values,username ,pwd etc.
 
Is This Answer Correct ?    3 Yes 0 No
Elango
 
  Re: What are the Application_Start and Session_Start subroutines used for?
Answer
# 4
This is where you can set the specific variables for the 
Application and Session objects.
 
Is This Answer Correct ?    0 Yes 0 No
Devi
 
  Re: What are the Application_Start and Session_Start subroutines used for?
Answer
# 5
Application_Start is fired when the application loads first 
time. Here use static data only.Do not use instance data 
this is recommended.


Session_Start is fired when a user enters in to the 
application.(when he requests first time.)
 
Is This Answer Correct ?    1 Yes 0 No
Srikanth
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example? Satyam1
Features in ASP.NET? Microsoft2
In what languages in ASP written? Microsoft4
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?  2
Difference between ISQL and OSQL??  1
Various types of Page Load functions Net-Solution3
Differnce between Control an View State Proteans1
Can u able to get the xml document in crystal report if yes how its possible  1
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?  2
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents. Syntax-Softtech1
How to Page Execute in asp.net(inside browser) Wipro1
How can we read a columnised text data in ASP.Net C#? Columnised means my data is stored in a text file and I have numeric data or string data in this file. For ex. If I am searching for the data of gender and I know that gender data is stored at column 32 in text file. How can I get this data in ASP.Net page. Thanks for help in advance.  2
Can we Run the Application without Build Emphasis2
What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1  1
Difference between Htttppost and Httpget Methods? Microsoft3
What methods are fired during the page load?  1
What is the namespace used to store the information about the user?s locale?  1
What is meant by role based security? when we use this one  1
how can i insert array values and retreive in asp.net TCS3
Explain the functionality of "EnableViewState" ? What happens if you want it on or off?  1
 
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