Which controls have refresh method?
Answers were Sorted based on User's Feedback
Answer / chandrashekar
whichever controls can be bound to the database have
refresh method
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sarath
datagrid,listbox,combobox,label,button have refresh
methodand textbox has clear methodalmost all controls have
refresh method
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajneesh rai
All the controls that can be visible, have refresh() method.
Because refresh method "forces the control to invalidate
its client area and immediately redraw itself and any child
controls".
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the forms of database?
Is it possible to set a shortcut key for label?
How insert recored in the database
Name the property which of menu cannot be set at run time?
Which property value of the helpnavigator property will display the index for a specified topic?
Which property of the errorprovider control automatically sets to the form to which?
What are the different cloud platforms?
What are ACID properties of a transaction in DBMS (Database Management System)?
write a program to create login form
What are the properties of datacontrol?
What is dynamic linking?
How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?