CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2004
    Posts
    84

    Talking Maybe a dumb question

    Hey everyone. I know this maybe a dumb question but I just started working with ASP.Net

    My question is, How do I move from Page to page with certain information?

    For example, when the user types its username and password, after checking that the information is correct, How do I take the user to the next page?

    I'm using Visual Studio .Net and the validation part is easy but I don't know how to move from page to page.

    I know this is a really dumb question, but if anybody could help I'd be really appreciated.

    Thanx for any replies

  2. #2
    Join Date
    Jul 2003
    Location
    Singapore
    Posts
    1,822
    My suggestion will be to get a book or to find good links on google for things like session and hashtables. probably in case of UID and PWD you'd need some encryption as well.
    BTW : one way to more things from one page to another would be to use ASP.NET session.
    HTH
    R. Thomas
    "Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made know to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus."Philippians 4:6-7
    "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18

  3. #3
    Join Date
    Jul 2004
    Posts
    84
    Thanx Joseph... do you recommend any good books?

  4. #4
    Join Date
    Jul 2003
    Location
    Singapore
    Posts
    1,822
    there are a lot of books.. i would recoment any by microsoft press or by Dino Esposito..
    R. Thomas
    "Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made know to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus."Philippians 4:6-7
    "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18

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

Featured