Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default login in aspx.vb

    in my sql server database i have a table with the
    following fields; i am not sure of the fields coz i am not
    expert
    username : 'username is email
    password : ' not rondamly password the user create it


    i have connected this table to ASP.net...
    So can anyone give me the code of creating .aspx page
    (aspx.vb) that will require a user to enter username
    (emails address) and password (the user created it ) ,
    forgot password and sign up for new user.
    i need the "username" to be the email address...
    and if the user forgot the password he/she will asked to
    enter his email and the password will aoutomatically sent
    to user's email address
    in brief i need the log in screen and forgot password as
    the same an in the below website

    For login screen as this site :>>
    [url]http://www.globalcareercompany.com/login.asp[/url]

    For creating new user>>
    [url]http://www.globalcareercompany.com/register.asp[/url]

    For forgeting password>>
    [url]http://www.globalcareercompany.com/forgot_pass.asp[/url]

    i am not expert in ASP.Net....so would u plz send me the
    whole code of my request..
    my email is [email]alnnibras3@yahoo.com[/email]

    Abraham Guest

  2. Similar Questions and Discussions

    1. Strange problem with Forms authentication: After successfull login, login page is still displayed
      Hi there I have a quite strange problem with my ASP.NET-Application. The application has being deployed one year ago and worked fine till last...
    2. passing a token from pageA.aspx to pageB.aspx
      I am trying to get pageA.aspx gridView to pass a key (say deptID) to pageB.aspx which will use the value passed as a filter in it's own griView...
    3. Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
      Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem.
    4. Form Authentication with Remote Login.aspx
      I know this is an old question, but searching all over the internet plus several MS security conferences, still haven't got a straight anwser. ...
  3. #2

    Default Re: login in aspx.vb

    This is a classic asp newsgroup. While you may be lucky enough to find a
    dotnet-savvy person here who can answer your question, you can eliminate the
    luck factor by posting your question to an appropriate group. I suggest
    microsoft.public.dotnet.framework.adonet.

    HTH,
    Bob Barrows


    Bob Barrows Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139