Clear property is available in which control?

Answers were Sorted based on User's Feedback



Clear property is available in which control?..

Answer / ramesh

I don't think a control has a clear property, instead it is
a method
such as combo1.clear
flexgrid1.clear

Is This Answer Correct ?    5 Yes 0 No

Clear property is available in which control?..

Answer / hardik

clear property is available for dropdownlist control.
for e.g. if we want to clear all the contenets of that
dropdownlist then we have to write this code :

dropdownlist.items.clear()

Is This Answer Correct ?    2 Yes 2 No

Clear property is available in which control?..

Answer / pompana gouda

Clear is a method and not a property...
The above stated all the controls have the Clear() function
but not the clear property....

Is This Answer Correct ?    1 Yes 1 No

Clear property is available in which control?..

Answer / bikash pattanayak

Clear is not a property its is a method. & This method is
available to many controls fpr e.g
ListBox,TextBox,DropdownlistBox etc..
listbox1.items.clear();
dropdownlistbox1.clear();
textbox1.text.clear();

Is This Answer Correct ?    0 Yes 0 No

Clear property is available in which control?..

Answer / mona

clear property is available in controls

textbox.clear

listBox1.Items.Clear

comboBox1.Items.Clear

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Dot Net WindowsForms Interview Questions

what are the differences between image and picture controls?

1 Answers  


What is the full form of gac?

0 Answers  


Explain how save rerecord in the database?

0 Answers  


Is form action required?

0 Answers  


How to use the FindControl() function to preselect an item in my dropdownlist?

0 Answers  






How do you hide the columns in datagrid?

2 Answers  


What is the max size of textbox?

1 Answers  


How do you display an editable drop-down list?

1 Answers  


I have two combobox .. and i have some items in both combobox now i need to check the item in both combobox if same item is Present in both combobox i need to display that item in message box

9 Answers   CSS, Wipro,


how to create a set up in vb.net for desktop application please say me steps with examples

1 Answers  


Explain something about crystal report in brief?

0 Answers  


what is the Difference between listbox and combo box?

20 Answers   Alpha, Google,


Categories