The page reloads (RESOLVED!!)
I have a problem with my form. I have a form dat generates a password. This password is generated in the page_load sub. If the user clicks the send button there should be sent an email with his own (generated) password. The problem is that if the user clicks the button the page reloads. If i check the email that was sent the password is not the first password that was generated but the newest password (the wrong one) that has been generated during the reload. Can anyone help me with this problem?
Greetz
PS