This topic is locked

Session variables in db field?

10/24/2006 3:14:37 PM
ASPRunnerPro General questions
author

How would I format a field default value to insert the user's firstname? The session value is "x_firstname". Any ideas? Thanks.
Will this work? <%Response.Write(Session("x_firstname"))%>

Alexey admin 10/25/2006

Hi,
just puth the following into Default value box:

Session("x_firstname")