Interview Questions

The event handlers that can be included in the Global.asax file are ...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

The event handlers that can be included in the Global.asax file are ...

The event handlers that can be included in the Global.asax file are
* Application Start and
Session Start event handlers only
* Application End and
Session End event handlers only
* Per-request and Non-deterministic event handlers only
* Application Start and End ,


Application Start and End

(Continued on next question...)

Other Interview Questions