Two forms on any ASP.NET 1.1 application is a problem if using any form of Validation, as all Validators will fire on all forms, so the user would have to fill out both forms.
ASP.NET 2.0 has solved this issue by providing a Validation Group Property for the Validators and the Submit Button, but that does not help for code written for ASP.NET 1.1 wihch DNN 3.2.2 and Form Master 1.5 is. |