Give an example of what might be best suited to place in the application_start and session_start subroutines?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is datagrid asp.net?

0 Answers  


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


can we edit records from repeater control

2 Answers  


Describe how to implement globalization and localization in the use interface in .net.

0 Answers  


What r the asp.net list controls and diff. Between them?

0 Answers  


How do you deploy your asp.net application?

0 Answers  


Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form

3 Answers   Syntax Softtech,


How can we create pie chart in asp.net?

0 Answers  


What is the life-span of the items in the viewstate?

0 Answers  


How Session use Cookies in State Management?

0 Answers  


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


Categories