Posted on: 9/10/2015 2:37:40 PM | Views : 741

Experts,

Sorry that I post a lot here but I do really appreciate all the help.
When a user logs into the system, s/he is brought to Instructions page.
To get to another page, the user clicks on a link shown below:
<a href="insertedit.aspx?user=session("empnum") title="Show me your ID">Continue to Appeals page >> </a>
Once a user clicks the link, we would like the user to either go to insertedit.aspx page or to apply.aspx page.
In other words, we would like to determine if this is the first time the user has visited the page. If yes, that means there is an ID of this visitor on the database. Use that ID and redirect user to insertedit.aspx page.
If this is the first time the user is visiting this page, this means that there is no record of this user on our table called Applies. In this case, redirect the user to apply.aspx page.
I am obviously doing something wrong be ...

Go to the complete details ...