CheckState property of the CheckBox control
Specify the function of CheckState property of the CheckBox control?
Expert
The CheckState property gets or sets state of the CheckBox.
In case the ThreeState property is set to “false”, the CheckState property value can only be set to CheckState.Indeterminate in the code and not by the user interaction.
a) Checked - CheckBox shows a check mark. The control seems sunken.
b) Unchecked - CheckBox is empty. The control seems raised.
c) Indeterminate - CheckBox shows a check mark and is shaded.
Explain the function of a CustomValidator control?
Write the different types of literals used in C #?
Specify difference between the asynchronous postback and the synchronous postback?
Briefly describe key-based dependency and file-based dependency?
Describe about LINQ query expressions?
Explain about pixels, points, and em's whenever fonts are exhibited?
Write down the importance of delegates. Where must they be employed? Write down the conditions where we need them?
Explain two properties of GridView control which specifies to turn on paging and sorting.
14. What is difference between Tool Strip drop down button and toolstripsplit button?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
18,76,764
1937803 Asked
3,689
Active Tutors
1455856
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!