What is the InitialValue property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the InitialValue property?
Rating:
The InitialValue property of a RequiredFieldValidator control is used to specify the initial value of the input control that is associated with the RequiredFieldValidator control.
When the InitialValue property of a RequiredFieldValidator control is set to a value, users need to select or enter a value in the associated input control other than the value in the InitialValue property. Otherwise, the validation fails upon the input control losing focus. In other words, the same values in the InitialValue property of a RequiredFieldValidator control and the associated input control cause the validation to fail when the input control loses focus.
Rating:
Was this information helpful?
Other articles
- What is Regsvcs.exe?
- What is a database trigger?
- What is Merge method?
- What is the ValidationSummary control?
- How to add a Web custom control to the Toolbox?