Which controls have refresh method?

Answers were Sorted based on User's Feedback



Which controls have refresh method?..

Answer / chandrashekar

whichever controls can be bound to the database have
refresh method

Is This Answer Correct ?    4 Yes 0 No

Which controls have refresh method?..

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

Which controls have refresh method?..

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

Post New Answer

More Dot Net WindowsForms Interview Questions

What is boxing and how it is done internally?

4 Answers   Microsoft,


Which command prompt utility is used to convert a resource file from the text format into the binary format?

0 Answers  


Is windows an application software?

0 Answers  


what are the types of combo box?

2 Answers  


Explain the difference between listbox and combo box?

0 Answers  






What is a fillable form?

0 Answers  


what is a property to resize a label control according to your caption?

1 Answers  


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?

0 Answers  


what is the control used to call a windows application?

1 Answers  


What is the synonym of form?

0 Answers  


Which property value of the helpnavigator property will display the index for a specified topic?

0 Answers  


If you are calling three SPs from a window application how do u check for the performance of the SPS ?

1 Answers   Accenture, BirlaSoft,


Categories