let's say user has to fill in registration form
the flow is like that : page1->page2->page3
user cannot go from page1 to page 3 directly, any asp.net features support this other than use session to check prev url?
let's say user has to fill in registration form
the flow is like that : page1->page2->page3
user cannot go from page1 to page 3 directly, any asp.net features support this other than use session to check prev url?