c# - Has the window loaded? -


is there way verify if page has loaded in c#, firing html window code, , know if window has loaded? possible?

htmlpage.window.navigate(new uri(uri), "_blank", "toolbar=no"); 

how things work:

  1. server sends response browser
  2. browser accepts (downloads html/silverlight)
  3. browser renders page

the server has no way know if page loaded or if interrupted process after response sent. if need know page loaded, need find out client side code js or silverlight , send information/request server page loaded.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -