I’m writing a Phone Book application.
I have a listview in which you can view the saved data in the database. I want to add an edit option.
More specifically: When I mark a row in the table with subscribers and phone numbers and hit the Edit button a window with two text boxes is shown on the screen. In the first text box is the name and in the second – a phone number of the marked entry.
Can you tell me how to do that?
you can do like this…
in form2 drag and drop two textboxes and do like this….
Just create a property on the Form2 class and set it before you show Form2.
I hope it will helps you….