CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Login Control

  1. #1
    Join Date
    Mar 2005
    Posts
    141

    Login Control

    We're starting to move from using our own custom login controls to the ones that shipped with VS 2005, but I'm not sure how to adapt them to our purposes. We have stored procedures in place that I was hoping to use, but I don't know how to get the login control to use them, or the tables set up in the database. Am I misunderstanding how the (not so) new membership controls are supposed to work? Can someone point me to a good tutorial that shows how to use them in this fashion? Thanks.

  2. #2
    Join Date
    Jan 2008
    Posts
    47

    Re: Login Control

    If your costom controls are performing fine in respects then no need to change this VS 2005 controls, dont mees of it things when it is ok

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