This topic is locked

Link to details without List

5/29/2009 3:10:48 PM
ASPRunnerPro General questions
L
Levski author

Hello,
I would to add a button to my default list page for the user to get to their edit user details page.
Usually this would be done through going to the users list page first and clicking the user to be edited, but in this case no list page will exist (user can only see their own details, so having a list page would not feel logical).
I.e. if I were using a redirect event, this would work: Response.Redirect "Customersedit.asp?editid1=" & Session("" & strTableName &"_OwnerID")
I would like to achieve this same outcome when the user clicks a button that has been added to a list form.
Any help would be greatly appreciated.
Thank you.

J
Jane 6/1/2009

Hi,
you can redirect to the correct edit page in the AfterSuccessfulLogin event on the Events tab directly.
I'm not sure that I understand your question about button. Please give me more detailed description of what you're doing.

L
Levski author 6/6/2009

Thanks for the reply.
I would like to create a link on any page that allows the user to go to their edit details page (Customers_edit.asp?editid1=)