Is it possible to do a Http Post on a button from Asp.Net Web Forms which has to run an event code too?
If i do the Http Post on the button in the following way:
<input type="submit">
I willl not be able to run the code of the event, and if I add the button as an asp control, I will not be able to do the post request.
This question comes as a simpliy of this one which did not had so much success.