to know what are methods that loaded when page is loaded
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
what are the methods that loaded when page is loaded
-
what are the methods that loaded when page is loaded
What on earth do you mean ? Do you mean in ASP.NET ? Do you want to know the order in which events are loaded ? Page init, page load, events, page pre-render, is the short version. If you mean something else, try to be more clear.