TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rohit manhas
NA
25
0
Create a simple data entry Windows Form application(dot net framework 2.0)
Jul 16 2010 8:51 AM
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.
Reply
Answers (
5
)
about genetrate a dynamic table with help of literalconrols and also generate dyanmic dropndown on it and add the listvalue dynamically in dropdownlist
Resource Icon in C# (.exe) -Problem Help please..