which c# event will be fired after the webpage gets loaded? -



which c# event will be fired after the webpage gets loaded? -

i want activity on backend means want run code after page gets loaded in browser,which c# event gets fired when page loading completes? or in c# event should write code ?

please help , suggest..

you can not run code on backend after page loaded in browser.

you can activity in browser using javascript.

c#

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -