Hi..
i have to Create a simple data entry Windows Form application with the following requirements.(*Note it should be using ASP.NET 2.0 framework and c#)
• 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.
----------------------------------------------------------------------------------
i have made the form but didn't get how to proceed further..
cud anyone plz help me....