J
|
Jane 3/13/2008 |
Hi, Dim keyvalue keyvalue = Request("editid1") ...
|
N
|
nitzan author 3/13/2008 |
I already tried using the rs in the after process, however I'm not able to update the recordset (recordset not updatable). Hi, key value is passed through URL on the edit page. For example use this code in the Edit page: Before process event: Also you can use After record processed event on the list page. All values are stored in the rs dictionary in this event. |
J
|
Jane 3/14/2008 |
Hi, row("1FieldName_value") = "another value"
|