I am creating a login form and a registration form, this is probably a really easy question for most people but do I create a seperate project for the login page and registration??? or just add another webform to my project??
I am using FormsAuthentication as security but do i need to add in the pages to the project that are going to be after the login form such as "Preferences" etc...
One other question is how do i pass variables between forms is there a better way than using public?
Please help
Thanks (and thanks for all the other help Ive recieved)
Chris


Reply With Quote