Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ASP .NET
How to enforce a specific sequence of pages access?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="bogdan, post: 11978848"] Hi, I'd like to make sure that users access pages in a specific sequence. For example, if a site consists of 3 pages, I'd like users to access first Page1.aspx, then Page2.aspx, and then Page3.aspx. But they should be able to go back in a 'random access' mode and be able to access Page1 from Page2, Page2 from Page3, and Page1 from Page3. What is the best way to enforce it? How do I prevent a user from displaying Page2 without first visiting Page1 (which has a link to Page2)? For example, a user can set a bookmark on Page2.aspx and then at a later time might try to access it directly. How do I force him/her to go to Page1.aspx instead? Thanks, Bogdan [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ASP .NET
How to enforce a specific sequence of pages access?
Top