Quadratic equation solver console application
Your Quadratic equation must be in starndard form
ax2 + bx + c = 0
This console application will promt you to enter the value of a
Enter the value of a then press entter
And then it will prompt you to enter the value of b
Enter the value of b then press entter
Finaly it will prompt you to enter the value of c
Enter the value of c then press enter
Translate
Friday, 18 April 2014
Recover password by e-mail in asp.net c#
Recover password by e-mail
Files:
1.web.config
2.PasswordRecovery.aspx
3.PasswordRecovery.txt
you might want to check your smtp mail server here:
http://www.werockyourweb.com/list-outgoing-smtp-mail-servers
Labels:
asp.net C#
,
Email
,
Login
,
PasswordRecovery Control
,
Security
Create New User and email him or her an auto generated password
Create New User and email him or her an auto generated password
Objective
as you can see no password and confirm password , this is because AutoGeneratePassword =True
after the user is created he/she will be sent an email with password
Files:
1.Register.aspx
2.web.config
3.RandomPassword.txt
you might want to check your smtp mail server here:
http://www.werockyourweb.com/list-outgoing-smtp-mail-servers
Objective
as you can see no password and confirm password , this is because AutoGeneratePassword =True
after the user is created he/she will be sent an email with password
Files:
1.Register.aspx
2.web.config
3.RandomPassword.txt
you might want to check your smtp mail server here:
http://www.werockyourweb.com/list-outgoing-smtp-mail-servers
Labels:
asp.net C#
,
CreateUserWizard Control
,
Email
,
Login
,
Security
Subscribe to:
Posts
(
Atom
)