WINDOWs Application - Lab Work-1
WINDOWs Application - Lab Work-1
Also display progressive clock to display the status of the value of hour minute and
seconds. Sample image given below. {Hint: Use timer , Use DateTime class to get
current time]
2. Develop an ADO .net application “Address Book”. This application must have an
interface to add Address of person such as , name field , House name field, mobile
number , house number , locality , City , Post office. When you click on SAVE button
details should be saved to database.
There are another button “EDIT” and “DELETE”. When you enter mobile number and
click on edit button it will display all details in the corresponding fields, make corrections
and when you click SAVE button it should be updated in the database. When you click
on the DELETE button the address of the corresponding mobile number should be
deleted from the database.