Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the Application_Start and Session_Start
subroutines used for?

Answers were Sorted based on User's Feedback



What are the Application_Start and Session_Start subroutines used for?..

Answer / ananta

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 ?    11 Yes 0 No

What are the Application_Start and Session_Start subroutines used for?..

Answer / elango

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 ?    7 Yes 0 No

What are the Application_Start and Session_Start subroutines used for?..

Answer / srikanth

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 ?    4 Yes 0 No

What are the Application_Start and Session_Start subroutines used for?..

Answer / radha

This is where you can set specific variables to the
apllication and session objects.

Is This Answer Correct ?    3 Yes 1 No

What are the Application_Start and Session_Start subroutines used for?..

Answer / devi

This is where you can set the specific variables for the
Application and Session objects.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

The technical part was on ASP.Net only of web services.

1 Answers   Symphony,


Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?

4 Answers   Wipro,


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


What is the significance of ASP.NET routing?

0 Answers   NA,


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

0 Answers  


Explain the difference between debug.write and trace.write? When should each be used?

0 Answers  


What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,


What is %20 in a url?

0 Answers  


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


what is silver light when will we use silver light,

0 Answers  


Contrast OOP and SOA. What are tenets of each ?

0 Answers  


How many web config files can be created for an application?

0 Answers  


Categories