Hi, I have a textbox and a button. When I click the button an event handler is called but after clicking the button if I press refresh the event handler is also called. On both cases the IsPostBack is true. How can I differentiate both cases to avoid resending information after a refresh? thanks
↧