Link to home
Start Free TrialLog in
Avatar of Saqib Husain
Saqib HusainFlag for Pakistan

asked on

Phonebook application - Adding the ability to edit existing entries

I have this phonebook application developed through this forum, the latest version at

https://www.experts-exchange.com/questions/28644454/Simple-phonebook-application-starting-to-get-complicated.html?anchorAnswerId=40691493#a40691493

I would like

- To be able to get the entire record to the textboxes when the record is selected in the textbox. There should be a button called "Update record" which would update any changes done to the record in the textboxes.

- A button to delete the selected record with a warning

- Another button to clear the textboxes.
ASKER CERTIFIED SOLUTION
Avatar of Robert Schutt
Robert Schutt
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Saqib Husain

ASKER

Looks good. Thanks.