This topic is locked

Auto fill username field?

8/27/2009 10:43:01 AM
ASPRunnerPro General questions
author

I am using the following default to automatically add the username to a field, but it is not working. What am I doing wrong?
Session("UserName")
Thanks.

C
clig 8/27/2009

Default value: SESSION("UserID")
or before edit as another example here the column or field would be named "Modified"
dict("Modified") = SESSION("UserID")