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 |
what is wwf in asp.net?
Explain the difference between array and linkedlist?
Why session is more secure than cookies?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Can we use multiple forms in single asp.net application?
Explain the features that make asp.net more used framework? : asp.net mvc
What are the steps to follow to host a web application on a web server?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
ASP.NET uses event driven programming model.Justify.
Explain the differences between Server-side and Client-side code?
WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
How can we register exception filter globally?
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)