Click here to Skip to main content
15,886,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a windows form on which
I have a few controls like textboxes, checkboxes, and Date field
and a user control with verify button.


My requirement is on click of the verify button (user control), a validation should happen on the date field present on the main form

if the date field value is null a popup should come saying that date field is null else should execute the logic on button click.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900