Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks for your reply but that’s basically what I have, while the event handler fires and method (in a separate class) runs BUT the updated information isn’t displayed until page_load is run again (assuming that’s done by clicking again, it remains “one click behind”) Commented Mar 29, 2018 at 18:41
  • That is a whole different level .. What you want is AJAX/JQuery to refresh page without reloading.... u should've mentioned that when u asked the qs in the first place :( Commented Mar 29, 2018 at 18:46
  • But the page is reloading, it’s just reloading and rendering before the eventhandler fires - was hoping there was some way of using a later stage of the life cycle somehow - PreRender or something Commented Mar 29, 2018 at 18:51