what are the components available in global.asax ?
Answer / surendra kumar sharma
Application_Start:This event occurs when first user visit a
page of application.
Application_End:This event occurs when there are no more
users of the application.
Application_BeginRequest:This occur at the beginning of
each request to the server.
Application_EndRequest:Occurs at the end of each request to
the server.
Session_Start:This event occurs every time when new user
visits
Session_End:Occurs when the users stop requesting pages and
their sessions time out.
| Is This Answer Correct ? | 20 Yes | 0 No |
What is the difference between rest and restful?
How to send data through querystring to another page but it should not be displayed in URL
What are the authentication types in asp.net?
What permissions do asp.net applications posses by default?
How to disable disable browser's Back button in asp.net (JavaScript)?
what is state management,what is the purpose of it,how it will be implemented in real time?
What is strong name and which tool is used for this?
When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?
can we transfer data from one page to another page using viewstate if so how?if not y?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
Why session is more secure than cookies?
Explain the use of dataadapter.
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)