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
Explain the new events in textbox that has been included in vb?
Explain about crystal report in brief?
Which property value of the helpnavigator property will display the index for a specified topic?
Is typeform free?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
What is form and its uses?
What is form and meaning?
Explain how save rerecord in the database?
What is form record?
What is dynamic linking?
Explain how insert record in the database?
What is form application?
What are the three states set in a checkstate property?
Explain how many number of events does the timer controls?
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