This topic is locked

Changing the default page

9/27/2006 2:08:42 PM
ASPRunnerPro General questions
J
Joseph author

HI:
I want to make the ADD page not the LIST page,how can I do that?
Thanks!!!

Sergey Kornilov admin 9/27/2006

You can modify index.htm for this purpose:
<meta http-equiv=refresh content="0;url=table_add.asp">
If you use login page you can try another approach. Use redirect in AfterSuccessfullLogin Event.