-
Few little probs
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
-
In the solution explorer, right click on the second item in the list (should be the name of the solution. and then add --> Add new item.
-
For ASP.Net you can use Session("VariableName") for passing variables to another form.