This topic is locked

add edit page between login and list

2/21/2005 14:53:18
ASPRunnerPro General questions
sol_knar author

Hello,

I would like to add a page (perhaps _edit.asp) between the login screen and the initial listing. My users are stored in a table in the database and I want them to update information in that table after they login, but before the start searching another table. Does anyone have any ideas. I would guess in the login.asp you would change

Response.Redirect Replace("_list.asp", "%20", " ")

to

Response.Redirect Replace("_edit.asp", "%20", " ")
What else would I have to do?
Thanks,

William Hippensteel

CRS

Sergey Kornilov admin 2/22/2005

William,
first of all you need to make sure you put correct name of the Edit page there because _edit.asp is not a valid Edit page name.
Also you need to make sure you made changes in login.asp for both hardcoded and database-based login methods.