Answered
Session Variable in Insert Record
I am using the Insert Record server behavior to add records
to a database. What I want to do is have the user select their name
from a list when they first come to the site. Then I want to
remember that value so that every single time they enter a new
record, they don't have to pick their name from the drop down.
Instead, the application would just insert that variable it got
from the first page, and insert it into the Name field wherever it
needs to. Was thinking a session variable could help do this, but
not sure. Can someone point me in the right direction?