Clear property is available in which control?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / mona
clear property is available in controls
textbox.clear
listBox1.Items.Clear
comboBox1.Items.Clear
| Is This Answer Correct ? | 0 Yes | 3 No |
What is an example of form?
Are windows forms still used?
how barcode create in the report
What are windows applications?
Explain how to add resources during runtime?
Is it possible to save view state on the web server?
what are container objects?
What are the different types of JOINs in SQL Server?
how print PGL by XML
0 Answers Bank Of America, Wipro,
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What is the use of runworkasync() methods?
What are different authentication types. How do you retrieve user id in case of windows authentication?