![]() |
Sergey Kornilov admin 9/16/2009 |
To make this happen use AfterSuccessfulLogin event and sample action "Redirect to another page". |
J
|
jmccullough author 9/16/2009 |
Sergey, thank you for the quick response. I inserted this |
J
|
jmccullough author 9/16/2009 |
Ok, not sure what I'm doing so now I changed the code to: |
C
|
clig 9/16/2009 |
Ok, not sure what I'm doing so now I changed the code to: Response.Redirect "Officialstbl_Search.asp" and it bypassed my login page and went directly to an "Advanced Search" page. Is there some other code I'm missing? Any help is appreciated.
|
J
|
jmccullough author 9/17/2009 |
Thanks for your assistance, that works perfectly!! But let me ask this, it now takes me to an "ADVANCED SEARCH" page and I would like only a basic search. Is "ADVANCED SEARCH" the default? And secondly, when I'm logged in as ADMIN and add a new record and try to go "Back to list", I receive an error of "Page Not Found", so by putting the redirect code in does this prevent me from ever going back to the list page? |
C
|
clig 9/17/2009 |
Thanks for your assistance, that works perfectly!! But let me ask this, it now takes me to an "ADVANCED SEARCH" page and I would like only a basic search. Is "ADVANCED SEARCH" the default? And secondly, when I'm logged in as ADMIN and add a new record and try to go "Back to list", I receive an error of "Page Not Found", so by putting the redirect code in does this prevent me from ever going back to the list page? Thanks for everyone's help.
|
J
|
jmccullough author 9/17/2009 |
Your suggestion worked perfectly, exactly what I was looking for!!!! Thanks very much for your help. |