Hi!
I want to update or delete a record in database whose values will be taken from form.
I tell you the scenario....
First, I created a form for data input which i then saved in database . Then i get the results from database in the form of table. Now i put an edit link in front of each row to edit or delete any of them. When i click on edit link im forwarded to the inital form with the values of row i selected in the table. Now here i want to make changes in the desired fields and save it. In other words want to update a record. I have created two button for updation or deletion the selected record in the form where i get the values. How can i do this through these buttons? how can buttons be used for updating and deleting these.
I hope i have not make you confused...
Thanks