My html looks this way:
<button type="submit" class="img" name="save" value="0">Speichern</button>
<button type="submit" class="img" name="save" value="1">Speichern und Schließen</button>**
When i parse the request by using Page.Request.Form[i] the value of the key "save" is "Speichern und Schließen" and not 1 an I don't see any possibility to get the correct value. Is there a way to get the correct value (0 or 1 and not "Speichern und Schließen")?