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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -