You could consider simply disabling the button after the initial click :
<asp:Button ID="Button1" runat="server" Text="Submit Request" OnClientClick='this.disabled = true;' />
You could consider simply disabling the button after the initial click :
<asp:Button ID="Button1" runat="server" Text="Submit Request" OnClientClick='this.disabled = true;' />