First of all, we must ensure that the way we obtain the record set supports the bookmark attribute. For example, after inserting a record with an automatic numbered field in 1 and 3, we can obtain the bookmark attribute value of the record:
temp=rs.bookmark
Then:
rs.bookmark=temp
Response.writers.Fields("ID").Value
It should be OK.