I have created a new ASP.NET application in VB.NET and I have made a login page that is call if the user are not logedd in and rediret to the start page.
In my internal page I have a dinamic menu that is generated by sub that check the database to the list of data.
In my page I must put a new form to make a registration of new user, but it is not possible to make two runat server form in one page, then I have insert all in the same form, but when I click on the menu start the "requiredfieldvalidator" of the form and ask me to insert the required field, but if I click on the mrnu I don't want that this happens.
Who can help me to solve this problem??
Thanks a lot for your attention.