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
List all templates of the repeater control.
State differences between MVC and WebAPI
What is special types forms
Why is this service branded with windows livetm?
What is application session?
List some of the important session state modes of asp.net.
Define application state variable and session state variable?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Can I tap into other windows livetm services?
How may clustered index we can create in table?
How do we sort the data from a dataset?
What is asp.net localization?
How to add DateTime Control in normal DataGrid Server Control?
What is Web API Routing?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?