Database query login help (urgent)

Last post 10-18-2008 1:50 PM by kyle@live-it.com. 4 replies.

Sort Posts:

  • Database query login help (urgent)

    10-18-2008, 12:01 PM
    • Member
      point Member
    • jesh80
    • Member since 10-18-2008, 3:39 PM
    • Posts 2

    I want to design a simple database web page, that allows users to login, upon authentication  and authorization,  specified user information will be retrieve from the database  and displayed to you user

     My table columns : Firstname, lastname, status etc

     - How do I use the login controls  to do this - so that when a certain user logs in , base on the username and password entered their information will be displayed to them

     I need to get this done because my project is due for submission....URGENT RESPONSE IS NEEDED.

     Thanks everyone

     

  • Re: Database query login help (urgent)

    10-18-2008, 12:07 PM
    Answer
    • Star
      7,932 point Star
    • amit.jain
    • Member since 10-06-2008, 5:09 AM
    • Delhi India
    • Posts 1,264

     Login cintrol uses it's own database called ASPNETDB

    You'll have to design and code ur own login screen to achieve what u want 

    Don't say thanks rather mark my reply as "Answer" if it helps you ,Doing so u'll get points too
    amiT jaiN

    ASP.NET C#.NET Articles
  • Re: Database query login help (urgent)

    10-18-2008, 12:27 PM
    • Member
      point Member
    • jesh80
    • Member since 10-18-2008, 3:39 PM
    • Posts 2

     Pls i dont have much time, could you send me  the code, i can handle the connection string stuff, but i need the exact code for the login,  that will also retrieve and display user information to each user when they login....can you send me the code to study and implement...my email :   jesh80@yahoo.com

  • Re: Database query login help (urgent)

    10-18-2008, 12:44 PM
    Answer
    • All-Star
      17,438 point All-Star
    • guru_sarkar
    • Member since 08-31-2007, 12:00 AM
    • Posts 2,644

     http://aspnet.4guysfromrolla.com/articles/120705-1.aspx

    http://weblogs.asp.net/scottgu/archive/2005/10/18/427754.aspx

    http://www.asp.net/learn/security/

     

  • Re: Database query login help (urgent)

    10-18-2008, 1:50 PM
    Answer
    • Member
      576 point Member
    • kyle@live-it.com
    • Member since 12-05-2007, 6:06 AM
    • Cape Town , South Africa
    • Posts 217

    Hi ,

    Y not just use the built in membership providers ? and enable profile service ?

    Use the asp.net reg_sql.exe tool in your .Net folder on development workstation

    Run it against database , this will create all tables , stored procedures and triggers

    This is the most secure and fastest way , it will take about 2min to do this man

    You can always add more tables to the database later

    Kyle Isaacs
    Email : kyle@live-it.com
    Skype : kyle.isaacs01
    ______________________________________
    Please do note "FORGET" to mark post as answer if its correct
Page 1 of 1 (5 items)