Properties exposed through ActiveX controls
Write down the properties exposed through ActiveX controls?
Expert
ActiveX controls consist of four types of properties:
a) Stock: These are the standard properties supplied to every control such as: font or color. The developer should activate the stock properties, however there is little or no coding included.
b) Ambient: These are properties of the environment which surrounds the control properties of the container to which it has been placed.
c) Extended: These are the properties which the container handles, generally including size and placement onscreen.
d) Custom: These are the properties added through the control developer.
Explain the segmentation with paging.
Data type conversion: Conversion of one data type into the other data type. Two kind of conversion that is, A) Implicit Conversion: This is automatically taken care
Sign bit: In 2s-complement notation, the most important bit in an integer value is employed to determine the sign of the value. A 1-bit point out a negative number and a 0 bit point out a positive number.
Priority level: Each and every thread has a priority level that point out to the scheduler where it must be placed in the pecking order for being run. The eligible un-blocked thread with a specific priority will always be run prior to an eligible thre
Indirect recursion: Recursion which outcomes from method Y calling method X, whenever an existing call from X to Y is still in development or progress.
Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;
Divide and conquer: An approach to trouble solving which attempts to decrease an overall single big trouble into multiple simpler troubles.
Define the term Condition: It is a Boolean expression which controls a conditional statement or loop.
Briefly describe the limitations of AJAX.
Briefly explain about the UpdatePanel control.
18,76,764
1946633 Asked
3,689
Active Tutors
1448263
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!