Results 1 to 3 of 3

Thread: Few little probs

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2002
    Location
    Left past the postbox
    Posts
    30

    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
    Last edited by ChrisWise; Nov 13th, 2002 at 04:42 AM.

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    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.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  3. #3
    Lively Member
    Join Date
    Mar 2002
    Posts
    96
    For ASP.Net you can use Session("VariableName") for passing variables to another form.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width