comunque l'argomento l'ho risolto cosi'
<%
If Request.Form("bottom1") <> "" Then
Response.Write "First button pressed"
....
end if
If Request.Form("bottom2") <> "" Then
Response.Write "Second button pressed"
....
end if
%>
oppure usiamo i case
<form name="form1" action="head.asp" method="POST">
<input type="textbox" name="text1" value=""/>
<input type="submit" name="bottom1" value="Button text"/>
<input type="submit" name="bottom2" value="Button text"/>
</form>
head.asp e' il nome dell asp
cioe' dopo aver premuto il tasto ricarica la pagina