I find this a little hard to follow/understand.
Let me see if I get this??
You have a menu system, the user selects registration page? From this menu that selection should then take the user to the registration page??
I am a little confused with this line :
"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."
What control is the requiredFieldValidator associated with?
Maybe if you provide some code, we could better help you?
A step by step sequence of events in your application would also help.
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.