Latest Answer: Serves as the base class that defines the methods, properties and events common to all controls in the System.Web.UI.WebControls namespace. ...
Latest Answer: Application variable is the global variable specific to application but acaching variable is specifc to page and time out. ...
Latest Answer: Boxing is a process of converting value type into reference type while unboxing is vice versaWhat happened in backend.Value type is stored in StacksReference type is stored in HeapSo boxing.Values shifted Stacks to Heap and vice versa. ...
1. Viewing Metadata.2.Performing type discovery.3.Late binding to methods and properties (dynamic invocation)4.Creating new types at runtime(Reflection EMIT)
Latest Answer: Calling Assemblies at runtime ...
In which circumstances we have to use this?
Latest Answer: The AutoWireup attribute is either set as True or False. The attribute allows you to fire the events written in code behind file. If this page level attribute is set to False then the code behid Events will not fire automatically. For E.g if there is ...
Latest Answer: Debug.write is not compiled and they are meant only for debug builds.Trace.write is compiled and can be used in Debug and Release builds of the Applications ...
Latest Answer: Please Ignore earliar answer as that is not complete and accicdently i clicked on submitThe Page Load Events are as under1 PreInitialize2. Initialize3. Initialize Complete4. PreLoad5. Load6. LoadComplete6. PreRender7 PreRenderComplete8 Unload ...
Build a proxy library by using the wsdl.exe utility
Latest Answer: 1) First find a web service for example:http:// www . nanonull . com/TimeService/TimeService . asmx2) Create a web service proxy using the WSDL.exe in your
SDK folder like this:WSDL http:// www . nanonull . com /TimeService/TimeService . asmx?WSDL
If ...
HasErrorConflict
Latest Answer: HasConflict Mathod is used on the DataTable to indicate conflicts after update method is called? ...
Encapsulation
Latest Answer: Encapsulation ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top