Bookmarking
I have a web application in which users are validated before entering the web application. This application offers various online courses created by my company. The problem is that when users log out from this application & whenever log in next time, they have to re-start the course.What code should I write so that users will see the same page on which they were before logging out? Is it possible to bookmark that paricular page in a database with each user's id? Also, I don't want to use cookies because sometimes our users access the same web application from different machines
View Replies
Not sure if l can even explain this one, and have no idea if it can be done. Currently working on a project where pages are dynamically generate. Each page is basically a very long report of whatever ....
View Replies
View Related
I am working on a training module wor work in ASP. I would like the user to have the ability quit at any time and come to finish the test later. I know that I will need a DB to track the variables but cannot figure out how bring them back when user logs in again. Maybe somebody can give me an example? I work with ASP only 3 month.
View Replies
View Related
Have an app which dynamically creates table rows depending on records, these can be several hundred (don't ask). Hence a very long page at time. Each row includes a hyper link to a new page, and a link back to the original page.
Is there any method (maybe via js) where on leaving the second page l can redirect the browser to the table row the end user clicked on? Hence the bookmarking. Can do this via Visual Basic on the desktop app, but can't work it out on the web app.
View Replies
View Related