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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -