Answer Posted / 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 View All Answers
Explain the need of z-order method?
which property is used to change to some value to access a identity column in datacontrols?
Name the property which is used to specify the source from where the crystal reports would be accessed.
Name the property which is used to lock a textbox to enter data?
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?
What is form application?
What is a fillable form?
What is the advantage of a form?
Is windows an application software?
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?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
How do I change the console application in windows?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
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