This topic is locked
[SOLVED]

 Skip list and go directly to edit

10/27/2010 10:43:08 AM
ASPRunnerPro General questions
P
PCB author

Using ASPRunner Pro 6.1
I would like to allow users to edit their profile without first having to select themselves from a list of 1 on the list page. Is there a way to add a link to edit a record without first displaying a list?
Thanks!

Sergey Kornilov admin 10/27/2010

Sure, it's possible. You can redirect user using AfterSuccessfulLogin event. The key is to calculate a correct edit page URL. It all depends on which field you use a profile table key column.

P
PCB author 11/3/2010

Thanks. Got it. Used redirect on Before display for list page

Redirect "Users_edit.asp?editid1=" & SESSION("OwnerID")