CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2007
    Posts
    116

    Login and Password validations!!

    Hi Guys,

    I am trying to build a login control in a website. I am trying to use ASP.NET login control.
    How can I use ASP.NET login control? (I am new for it)0
    And I want to add password validation and want to provide two options for users
    1) Minimum password length
    2) Some combinations of alpha numeric characters.
    And
    3) Providing roles to employees

    Could you please provide me few codes which can help me build it?

    Thanks

  2. #2
    Join Date
    Oct 2008
    Posts
    47

    Re: Login and Password validations!!

    Here is the page on MSDN where the ASP.NET login controls are discussed...

    http://msdn.microsoft.com/en-us/library/ms178329.aspx

    Hope this helps

    Larry Darrah
    MS AE
    Last edited by tattooedscorpdc; April 14th, 2009 at 04:48 PM. Reason: incomplete submission

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