What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / elango
application_start is executed when the first time the
application get executed.This is useful to findout total no
of users visted in that website and etc.
Session_start will get executed when each unique user enter
in to the application here u can access session specific
values,username ,pwd etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
IN an ASP.NET Web application if there is any error, how can you debug?
Explain exception filters?
What is asp.net master page?
What are the different web pages?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain the difference between response.redirect vs server.transfer
How many types of sessions in asp.net?
What is inheritance and an how it be used, example with an example?
From which base class all web forms are inherited?
Is asp.net and .net are same or different?
Where is http session stored?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Define authentication and authorization.
How you can return View from ASP.NET Web API method?