which event in global.asx that fires for every request of
same user?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between abstract class vs interface? Can give me the real time examples?
What is xaml? Are xaml file compiled or built on runtime?
What are the new features added from ASP to ASP.NET?
Define a web service in .net?
Define reflection in .net?
What are session state modes in asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is difference in .net 1.1 and .net 2.0?
What is a page life cycle?
What is the difference between web.config and machine.config in ASP.NET?
What are sessions used for?
What is an asp.net web form?
Can I have a unique key as foreign key?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What are the new navigation controls in asp.net 2.0?