Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is datagrid asp.net?
Explain current thinking around IClonable.
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
Describe how to implement globalization and localization in the use interface in .net.
What r the asp.net list controls and diff. Between them?
How do you deploy your asp.net application?
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
How can we create pie chart in asp.net?
What is the life-span of the items in the viewstate?
How Session use Cookies in State Management?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc