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 special types forms
What is HTTPModule and HTTPcontext? What is the use of each?
What does the orientation property do in a menu control?
What do you mean by authorization?
Define viewstate in .net?
Explain about Application and Session Events ?
What is the use of HttpHandlers? When to use this?
What is asp.net futures?
How to rename a table using sql queries?
How can you make sure that web api returns json data only?
What is difference between mvc and asp.net? : Asp.Net MVC
Where is asp.net view state stored?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What do you mean by marshalbyref?
What are sharepoint pages?