Answer Posted / guest
In that include all session and application leavel events
like application_start,application_end,session_start etc
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the differences between the response.write() and response.output.write()?
How does asp.net work?
What is difference between ispostback and autopostback in asp net?
What is a web api? Which protocol is used in a web api?
What is the Intermittent crashing of application in production?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Apart from IDE what are the enhancements in asp.net 2.0?
Can we use a static function with a non-static variable?
Which is faster viewbag or viewdata?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain how can we inherit a static member?
Difference between singleton and singlecall.
What is marshalling ? Is it a part of asp.net ?
Explain server-side scripting?