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 is the role of global.asax?

Answer Posted / nanthini

global.asax is present one time only per application.
it implement in application-leval and session -level,
It can be stored in root directory.
It can contain 5 methds.
1.Application_Start.
2.Application_End.
3.Session_Start.
4.Session_End.
5.Application_Error.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What type of code, client-side or server-side, is found in a code-behind file of a Web page?

1005


How you will manage the state of ASP.NET controls?

1122


What is simple data binding?

1010


What is Pre-Render event in ASP.NET?

1171


To display data in a Repeater control which template you provide?

1092


How many types of session state management options available in asp.net?

1094


What are the HTML server controls in ASP.NET?

1132


What is application in asp net?

980


Explain the difference between authentication and authorization.

1117


How to display Alert in ASP.NET

1256


What is asp net_sessionid?

1147


Where do the cookie state and session state information be stored?

982


What are the validation controls available in ASP.NET?

1059


Why is xap important?

1066


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

998