Answer Posted / 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 View All Answers
What are the advantages of form?
What is window form application?
Which dialog box allows users to switch to another area of the application?
What is difference between winforms and windows forms?
Explain the difference between listbox and combo box?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
Explain how to find the current record position in data control?
What is the use of play() playlooping() functions?
How to use the FindControl() function to preselect an item in my dropdownlist?
How to create a set up in vb.net for desktop application please say steps with examples?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
What is the use of runworkasync() methods?
Suppose 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?
How is anchoring different from docking?
What is form and its uses?