Function of CheckState property
Briefly describe the function of a CheckState property of a CheckBox control?
Expert
The functions of a CheckState property of a CheckBox control are:
• CheckState property obtains or sets a state of the CheckBox.
• If ThreeState property is set to false, CheckState property value can only be set to CheckState. Indeterminate in the code and not by the user interaction.
• Unchecked - CheckBox is empty. A control appears raised.
• Indeterminate - CheckBox displays the check mark and is shaded.
• Checked - CheckBox displays the check mark. A control appears sunken.
Can a private class be declared in a namespace?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Explain about LinqDataSource control?
What is WSDL?
Differentiate between SqlClient and OLEDB Provider?
Illustrate the reason in brief why WPF is used?
Specify the syntax which is be used to inherit from a class in C#?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
List some of the new features of ASP.NET AJAX 4.0?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
18,76,764
1930819 Asked
3,689
Active Tutors
1461517
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!