This topic is locked

how to change to email

1/8/2009 11:04:08 PM
ASPRunnerPro General questions
B
brett author

Hi ,

does anyone have a code to change the send to email address to the users registerd email address in the user table?

J
Jane 1/9/2009

Hi,
all entered values are stored in thedictcollection.

Here is a sample:

email = dict("EmailField")



where EmailField is your actual field name.

B
brett author 1/9/2009

Hi Jane,

If the email address is not part of the add page but is actually in another table called locations which is not the user table how would i code that?

Brett

J
Jane 1/13/2009

Brett,
how are actual table and location table connected?