Ho provato a fare così:
codice:
principale.asp

<form method="get" action="principaleexe.asp">
    <input  name="cancella" id="canc" type="submit" value="Cancella Tutto" /><input  name="salva" id="sal" type="submit" value="Salva Tutto"  /></form>
</body>
codice:
principaleexe.asp

<% 

    if request("id") = canc then
   
    else if request("id") = salv then

end if
end if
ma qualsiasi bottone premo fa sempre il cancella