Create a simple data entry Windows Form application(dot net framework 2.0)
Cud anyone help me in ----
Create a simple data entry Windows Form application with the following
requirements.
(------------------------ Note it should be in Dot Net Framework 2.0 ----------------------------)
• Capture customer personal information and employment information.
Personal information includes Name, Address, Phone and Date of Birth.
Employment information includes Employer Name, Office Address, Office
Phone and Designation.
• Phone number should accept input only in valid format.
• Designation should accept only predefined data.
• Application should display a preview form which displays the captured
information.
• Before displaying preview form application should validate that Date
of Birth should not be greater than the current date.
• Both the forms data entry form and preview forms needs to contain a
common header.