you could do the following in the click event of the link or link button
Response.Redirect("MyNewPage.aspx?trigger=1",true );
And then read this value from the query string collection on the page that opens. If this value is 1 then you know that you have come here after your button was clicked.