![]() Related Questions 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 consists of
1) CLR
2) Class library
3) ASP.Net
CLR (Common Language Runtime): The name itself gives you an idea what CLR is.
RUNTIME can be described as a reduced version of a program. It enables you
to Execute the program ... Read Answers (2) | Asked by : rajani Latest Answer : There are basically two methods in .Net to generate dynamic code through your program. One is to use CodeDom library while other is to use Reflection Emit library. The System.CodeDom library is used to generate the standard CLS (Common Language ... 1)How will you load dynamic assembly? How will create Assemblies at run time? 2)How to maintain View 1)How will you load dynamic assembly? How will create Assemblies at run time? 2)How to maintain View State of dynamically created user controls? For example, If I am creating few instances ? Read Answers (1) | Asked by : prangyasri jena Latest Answer : Components are packaged in assemblies. Assemblies are the reusable, versionable, self-describing building blocks of .NET applications. The simplest assembly is a single executable that contains all the information necessary for deployment and versioning.x ... Read Answers (2) | Asked by : kiran kumar Latest Answer : Hi, Every control is maintained with hiddenfield property on the form. when the page is submitted to the server, the values of each control are read from the hidden fields of each control and they were reseted on postback. When ... Read Answers (3) | Asked by : sunileswar behera Latest Answer : I think by using third party component, you can make your web service more featurable like HTML editor, RTF and email forwarding, pop setting and more.. you can use freetextbox for your ASP . Net email component. ... Read Answers (1) | Asked by : shaik 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 : Session variables are maintained for particular session like for particular user only, so any user related information has to be saved in session variable.  While application variables are maintained for whole application. Whole application related ... Read Answers (2) | Asked by : Shiv Latest Answer : The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory ... Latest Answer : Below are the differences.1) External Style Sheet can be used in different pages. Inline Style Sheet can only be used for the page where it is written.2) Incase of modification, We have to modify in the External Style Sheet file, which will ... Read Answers (3) | Asked by : Anita Singh 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
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||