This topic is locked

adding data into field at background

3/25/2010 7:49:42 AM
ASPRunnerPro General questions
C
chugha author

hi guys,
i want to add data into my field as background.
i have one field called "edited by" into every table but i want to insert data into this field at background with asking user to put the details in.
this should be basied on session id (means usename based on session ) i.e edited by = session id
i think it is event
anyone can help me

Sergey Kornilov admin 3/25/2010

You can add the following to BeforeEdit event:

values("editedby")=Session("UserID")