which event in global.asx that fires for every request of
same user?

Answers were Sorted based on User's Feedback



which event in global.asx that fires for every request of same user?..

Answer / dasharatham

session events are on start,on end in global.asax that
fires every request of same user.

Is This Answer Correct ?    13 Yes 1 No

which event in global.asx that fires for every request of same user?..

Answer / loka

void Application_OnPostAuthenticateRequest(object sender,
EventArgs e)
1.Yes this event fires for every request
2.Yes you can use this event to get information for the
authenticated user

Is This Answer Correct ?    1 Yes 0 No

which event in global.asx that fires for every request of same user?..

Answer / k

Application_beginRequest

Is This Answer Correct ?    4 Yes 7 No

which event in global.asx that fires for every request of same user?..

Answer / shashi

Application_BeginRequest

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Describe SOA and the tenets of it?

0 Answers   Siebel,


What is Serilazation? how many type of serilazation are their?

3 Answers  


How can we access static variable?

0 Answers  


What are different transaction options?

2 Answers   Astadia,


State differences between MVC and WebAPI

0 Answers  






Why we use content place holder in asp.net?

0 Answers  


Is it possible to add aspx.vb file in to C# Web Project? If so how can i use the vb file in the C# Web project?

3 Answers  


cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


Code for updating the database by entering the data into textboxes in aspx form?

2 Answers   TCS, Wipro,


What is WebService ?

8 Answers   Tanla Solutions, Yahoo,


What is the difference between web.config and machine.config in ASP.NET?

0 Answers   Amazon,


What base class do all Web Forms inherit from?

1 Answers  


Categories