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 an assembly? Explain its parts.
What is considered a service provider?
How can we create Tree control in asp.net?
What is .net framework and what are the main components of it?
What is a postback url?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How do you handle server controls?
What is the compiled object?
What are the major built-in objects in ASP.NET?
Define the steps to set up validation control.
Is asp.net core faster?
How do I open an ashx file?
What is the significance of finalize method in .net?
How are sessions stored?
Disable Mouse right click on web page in asp.net?