I am using the DevForce Biz App template to create a new project.
I enter a connection string to a ASPNETDB.
I then run the app, click the register button and try to register.
If the two passwords match the first time, all is fine. However, if they do not match, the top password box stays red even when the two passwords do match. The second password box does change back to normal status. The only way to resolve is to close the registration form and get it right the first time. I looked at the code that does the verification, but I couldn't resolve what the issue is.
Greg