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

How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar

0 Answers  


What are the properties of datacontrol?

0 Answers   HCL,


what is the control used to call a windows application?

1 Answers  


Name the template that is used to create a user-defined component.

0 Answers  


What is the need of z-order method?

3 Answers   Accel,






where we are using NEW keyword other than create instance Pls Help me? Gopal

6 Answers  


Which dialog box allows users to switch to another area of the application?

0 Answers  


How do you display an editable drop-down list?

1 Answers  


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

0 Answers  


What is the difference between the add() and insert() methods of a listbox control?

0 Answers  


What is formdata?

0 Answers  


How do you customize the column content inside the datagrid?

2 Answers  


Categories