![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service Latest Answer : ASPNET is the account name for the asp.net application running on IIS 5.0. ... What are different properties provided by Object-oriented systems ? Can you explain different properties of Object Oriented Systems? Whats difference between Association , Aggregation and Inheritance relationships? Read Answers (1) | Asked by : sanker Tags : Inheritance The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages code at execution time, providing core Latest Answer : .Net framework is an environment provided on top of the OS which looks into Memory managementThread managementand providesLanguage independencePlatform independenceIt is defined by Microsoft as 'an environment for building, deploying and running ... Read Answers (1) | Asked by : rajani How to maintain ViewState of dynamically created user controls? For example, If I am creating few instances of a User control using LoadControl(...) method, then how do I make sure that the viewstate of all these controls is during postbacks? Which method get called between a object is declared and it is collect by the garbage collector.A)DeleteB)Disposec)FinalizeD)Close Read Answers (2) | Asked by : singh ViewState in ASP.NET IntroductionMicrosoft ASP.NET Web Forms pages are capable of maintaining their own state across multiple client round trips. When a property is set for a control, the ASP.NET saves Latest Answer : view state allows the state of objects to be stored in a hidden field on the page.it is transported to the client and back to the server, and is not stored on the server or any other external source.view state is used to retain the state of serverside ... Read Answers (1) | Asked by : Shiv If i place an attribute called "runat=server"how the execution goes to server? i.e will this application contact client browser? Read Answers (1) | Asked by : R.Anil prasad Latest Answer : garbage collector has 3 generations 0,1,2 the highest generation is 2. In .net the garbage collector is normally invocked implicitly but you can force the GC explicitly also.when first generations is fill i.e 0 GEN & your application wants to store ... Latest Answer : Garbage Collector in .Net Framework is used for Automatic Memory Management i.e. it is collect all unused memory area and give to application. system.gc.collect() is a method for release the memory. But remember one think, it is only an request, i.e. ... Read Answers (3) | Asked by : ravivarma Latest Answer : It's ItemDataBound that occurs when we call a bind method.Please refer the following link  http: // msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.datagrid_events . aspxGood Luck!Anwar ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||