I need to have to submit buttons in the same webform-page.

The first button is used to add data to a database and the second button is used to change the properties of a datagrid.

The problem is that I use some "Required field Validator"-controls when I add new data and they are beeing used both when I click the "add Data"-button and when I click the "Change Prop."-button.

...so now I can't click the "Change prop"-button without filling in the fields used for "add data".

Any ideas?

thanks in advance...