which event in global.asx that fires for every request of
same user?
Answers were Sorted based on User's Feedback
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 |
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 |
Can we make a class with class with same;suppose public class abc { public class abc { } }
Explain how to prepare culture-specific formatting in .net.
What is Hybrid dictionary
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Are cookies stored on server or client?
How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.
What is ViewState and How it is managed,Its Advantages/Benefits?
What is the difference between trace and debug in asp.net?
Where the viewstate is stored after the page postback?
Caching techniques in .NET ?
What kind of data we can store in viewstate?
How to call a child form method from the master page?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)