hi

I,m currently working on a project that requires asp.net as it's server side
coding. The problem that I'm having now is using the 'delete record' server
behavior for asp.net. Assuming that I have created 3 separate pages, 1 for
viewing all the records in the database and displaying the delete option on
every record, 1 for asking for conformation of deleting the specific record and
the last one the conformation of the delete action.
The flow should be 1, choose the record want to be deleted, 2, confirm want to
delete that specific record and select delete and lastly the system should
display a conformation of action, meaning the record has been successfully
deleted.
I have managed to get the basic concept done, deleting the record but the flow
is not as it should be. When I select the record to be deleted, it directly go
to the conformation page and the record is also being deleted. But, the flow is
not accordingly. It should be select the record, then confirm and delete (the
missing part ) and then only confirm that the action is successful. Any
suggestion(s)?

thanks in advance