Click here to Skip to main content
15,890,186 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionInitializing ASP.NET Pin
Yoyosch20-Apr-10 0:39
Yoyosch20-Apr-10 0:39 
AnswerRe: Initializing ASP.NET Pin
Morgs Morgan20-Apr-10 0:43
Morgs Morgan20-Apr-10 0:43 
GeneralRe: Initializing ASP.NET Pin
Yoyosch20-Apr-10 0:54
Yoyosch20-Apr-10 0:54 
AnswerRe: Initializing ASP.NET Pin
Brij20-Apr-10 0:53
mentorBrij20-Apr-10 0:53 
GeneralRe: Initializing ASP.NET Pin
Yoyosch20-Apr-10 1:11
Yoyosch20-Apr-10 1:11 
GeneralRe: Initializing ASP.NET Pin
Brij20-Apr-10 1:13
mentorBrij20-Apr-10 1:13 
AnswerRe: Initializing ASP.NET Pin
Avinash_Mane20-Apr-10 0:55
Avinash_Mane20-Apr-10 0:55 
AnswerRe: Initializing ASP.NET Pin
Jamil Hallal20-Apr-10 21:48
professionalJamil Hallal20-Apr-10 21:48 
The Global.asax file is the central point for ASP.NET applications. It provides numerous events to handle various application-wide tasks such as user authentication, application start up, and dealing with user sessions.The Global.asax file, which is derived from the HttpApplication class, maintains a pool of HttpApplication objects, and assigns them to applications as needed. The Global.asax file contains the following event:
Application_Start : Fired when the first instance of the HttpApplication class is created. It allows you to create objects that are accessible by all HttpApplication instances.
you can use this event it to perform the actions you wanted.
Questiondropdown list Pin
Morgs Morgan20-Apr-10 0:09
Morgs Morgan20-Apr-10 0:09 
AnswerRe: dropdown list Pin
Arun Jacob20-Apr-10 0:28
Arun Jacob20-Apr-10 0:28 
GeneralRe: dropdown list Pin
Morgs Morgan20-Apr-10 1:10
Morgs Morgan20-Apr-10 1:10 
AnswerRe: dropdown list Pin
Brij20-Apr-10 0:28
mentorBrij20-Apr-10 0:28 
GeneralRe: dropdown list Pin
Morgs Morgan20-Apr-10 0:34
Morgs Morgan20-Apr-10 0:34 
GeneralRe: dropdown list Pin
Brij20-Apr-10 0:47
mentorBrij20-Apr-10 0:47 
AnswerRe: dropdown list Pin
Arun Jacob20-Apr-10 1:15
Arun Jacob20-Apr-10 1:15 
GeneralRe: dropdown list Pin
Morgs Morgan20-Apr-10 1:22
Morgs Morgan20-Apr-10 1:22 
GeneralRe: dropdown list Pin
meeram39520-Apr-10 16:18
meeram39520-Apr-10 16:18 
GeneralRe: dropdown list Pin
Morgs Morgan20-Apr-10 18:31
Morgs Morgan20-Apr-10 18:31 
GeneralRe: dropdown list Pin
meeram39520-Apr-10 19:30
meeram39520-Apr-10 19:30 
AnswerRe: dropdown list Pin
Jamil Hallal21-Apr-10 3:13
professionalJamil Hallal21-Apr-10 3:13 
GeneralRe: dropdown list Pin
Morgs Morgan22-Apr-10 0:18
Morgs Morgan22-Apr-10 0:18 
GeneralRe: dropdown list Pin
Jamil Hallal22-Apr-10 5:58
professionalJamil Hallal22-Apr-10 5:58 
QuestionGRID VIEW ISSUE Pin
Amit Patel198519-Apr-10 23:10
Amit Patel198519-Apr-10 23:10 
AnswerRe: GRID VIEW ISSUE Pin
Brij19-Apr-10 23:20
mentorBrij19-Apr-10 23:20 
GeneralRe: GRID VIEW ISSUE Pin
Amit Patel198519-Apr-10 23:25
Amit Patel198519-Apr-10 23:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.