This topic is locked

Edit page after pressing save

3/20/2008 7:57:32 AM
ASPRunnerPro General questions
N
nitzan author

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?

Alexey admin 3/20/2008

Nitzan,
use this expression to read the id:

getrequestform("editid1")