tags:

views:

26

answers:

0

Hi, I have a page with a login form that takes the User.LoginName and User.Password but also has a "create new account" form on the same page which has the same fields. Xval works great on the first form on the page but does not work on the second form. My first thought would be redirect to new page for register or use ajax for register. I guess that's two thoughts. but in any case, it's a "business requirement" to have both forms on the same page and visible at the same time. any thoughts? thanks, R