Ask a Question related to ASP Database, Design and Development.
-
Abraham #1
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
-
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... -
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... -
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. -
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. ... -
Bob Barrows #2
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



Reply With Quote

