G
Guest
I have created a join member aspx file that will save input username and
password. The password is attached to a salt string and then encripted.
I am able to verify the password in an aspx file.
Now, I want to be able to use flash action script to allow user to enter the
login name and password and then pass onto an aspx file in a user control
which will then authenticate the user and password. If authenticated,will do
A, if not authenticated, will branch to b page.
I know there is a sample page on the dotnetjunkies site but that use visual
studio 2003 and I do not want to use visual studio 2003 at this time.
Anyone, please help
Raymodn Cheung
password. The password is attached to a salt string and then encripted.
I am able to verify the password in an aspx file.
Now, I want to be able to use flash action script to allow user to enter the
login name and password and then pass onto an aspx file in a user control
which will then authenticate the user and password. If authenticated,will do
A, if not authenticated, will branch to b page.
I know there is a sample page on the dotnetjunkies site but that use visual
studio 2003 and I do not want to use visual studio 2003 at this time.
Anyone, please help
Raymodn Cheung