Hello
I have a image button with an OnClick event that calls this method "imgPresupuestos_Click" and a property PostBackUrl with this value "www.gmail.com". When i click the image button i want to insert a value on a database (and i have a method called insert) before open the gmail web page, but only redirect to the gmail page and don't insert.
Please help