what are the components available in global.asax ?

Answer Posted / surendra kumar sharma

Application_Start:This event occurs when first user visit a
page of application.
Application_End:This event occurs when there are no more
users of the application.
Application_BeginRequest:This occur at the beginning of
each request to the server.
Application_EndRequest:Occurs at the end of each request to
the server.
Session_Start:This event occurs every time when new user
visits
Session_End:Occurs when the users stop requesting pages and
their sessions time out.

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is AutoPostback?

666


What is the appSettings Section in the web.config file?

642


What are the advantages of using Master Pages?

660


Are there resources online with tips on asp to asp.net conversions?

614


In asp.net, how can you validate drop down box?

660






Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1441


Give 2 examples for scenarios when routing is not applied?

659


Explain managed code an un-managed code.

657


Explain the use of dataadapter.

648


Is post back in asp.net?

581


Explain the steps needed to be performed in order to create an animation in xaml?

625


How does viewstate work?

642


Explain the use of duration attribute of @outputcache page directive.

698


What is aspect-oriented programming?

605


What is difference between session and cookie?

578