navcan
Posts: 61
|
| Posted: 08/10/2004, 12:09 PM |
|
Hello all,
Using ccs, asp with access database..
I am working on a similar project like Multi-Step Registration. The only difference is that I am trying to retrieve the value of a hidden field which is v_Identifier in after insert event.
LastID=CCDLookup("max(id)","tblLog","v_Identifier="&DBconnVL.ToSQL(Request.Form("v_Identifier"),"CCText"),DBconnVL)
I noticed that Request.Form does not work with hidden fields. How can I reterive the value of a hidden field after insert???
Please help
|