I have some code in the load event of my page which should only run the first time the page is loaded, however, it runs everytime 'refresh' is clicked on the browser EVEN THOUGH i am checking for postbacks:
If not page.ispostback then
' Code...
End if