Stories recently tagged with 'Lifecycle'

ASP.Net page lifecycle(codeasp.net)

submitted by amitenduamitendu(95) 2 years, 11 months ago

Understanding Page lifecycle is very crucial in order to develop ASP.NET applications. Most beginners tend to get confused while dealing with dynamic controls and face problems like losing values, state etc on postbacks. Since HTTP is stateless, the nature of web programming is inherently different from windows application development, and the Page lifecycle is one of the primary building blocks while learning ASP.NET. The sequence of events, especially while working with MasterPages in ASP.NET 2.0, has become slightly more complex and this article is aims to shed some light on these events by explaining the order and importance of each event. read more...

add a comment |category: |Views: 22

tags: another

Catch-up Events(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 11 months ago

Catch-up Events in ASP.NET - an example of how you can see how it all works. read more...

add a comment |category: |Views: 31

tags: another

ASP.NET page event lifecycle cheat sheet(john-sheehan.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 11 months ago

Don't put all your love into Page_Init... Learn about the page event lifecycle and what each can be used for. read more...

1 comment |category: |Views: 21

tags: another

ASP.NET Podcast Show #79 - Microsoft AJAX UpdatePanel and Clientside P(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 2 months ago

A video on the Microsoft AJAX UpdatePanel and the Page based Client Lifecycle. read more...

add a comment |category: |Views: 0

tags: another