The first time that the edit page is opened, it is possible to take the
id using Request.QueryString("editid1").
However, after pressing the save button, the page is refreshed and the id
is no longer there.
How can I determine the record ID when the page is displayed the second time?