Hi,
am tasked with creating the sign-up forms for a project…this is a five step process…before getting to the Home Page…
Am on step 4 — This is the part where Users select one-to-multiple categories to subscribe to…
I need two assistance… I have never implemented a multiple select <div> before… I want to know how it is done with AJAX and SQL
and two — I want to protect this page from being accessed if user completes this phase, and two I want users to always return to this stage if they are not done whenever they log in
Thanks
A few booleans that represent the various stages of completeness will do the trick….. isCompl1, isComple2, ….. then you simply test when a request comes in where the user needs to go.
Nothing to contribute on your first question.
For part one, this might help: http://www.mikesdotnetting.com/Article/196/WebMatrix-jQuery-Cascading-Dropdown-Lists