InterviewSolution
Saved Bookmarks
| 1. |
Which property is mostly used when there are several buttons in a form? |
|
Answer» The ValidationGroupproperty specifies which group ofcontrols is validated on validation. This PROPERTY is mostly used when there are SEVERAL buttons in a form. SET the ValidationGroup property of those CONTROLS to something unique. |
|