Answer Posted / 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 |
Post New Answer View All Answers
What are controls in windows forms?
What is the extension of a compiled help project file?
What is form description?
Name the two main categories of .net components.
Which window allows viewing the resources of the servers, such as services, processes and the event log?
How many types of dialog boxes windows provides?
What are windows based applications examples?
What is the full form of gac?
Explain how to get records from a database?
How to use the FindControl() function to preselect an item in my dropdownlist?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
How to get records from a database?
Where is system windows forms dll?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
Are windows forms still used?