Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is dynamic linking?

0 Answers  


where we are using NEW keyword other than create instance Pls Help me? Gopal

6 Answers  


What is the full form of gac?

0 Answers  


Which interface is to be implemented to release the unmanaged resources in an object in Dot Net?

1 Answers   Arctern,


Which method grants a lock on a resource?

0 Answers  


What are windows based applications?

0 Answers  


What is the use of play() playlooping() functions?

0 Answers  


Explain how to get records from a database?

0 Answers  


What is form and meaning?

0 Answers  


Which of the following position is the default docking position of the statusstrip control on the form?

0 Answers  


List out controls which does not have events?

8 Answers   Silicon,


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

0 Answers  


Categories