Translate

Friday 18 April 2014

Quadratic Equations Solver in C#

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

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

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