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

Threaded View

  1. #1
    Join Date
    Dec 2009
    Location
    Kathmandu,Nepal
    Posts
    168

    Starting Database....

    Hello! This is my first project on database....what I want to do is a login page which checks the Username and Password detail from the database and lets in if UserName is true.....

    I have created a service-based database named UserInfo.mdf which has a table with 2 columns called UserName and Password......I have also added a values to these columns......Now on the login screen I want to compare the values from the user in Textbox with this value in the database.....and If this matches it must login.......
    Please guide me in here what else should I add or do to make it work??


    Please Evaluate my attached project.....
    Last edited by rocky_upadhaya; February 12th, 2010 at 03:19 AM.

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