There are a few ways to develop Windows 8 applications. Microsoft gives us XAML/C# and HTML5/JavaScript. There are hundreds of thousands of Microsoft web developers in the world. So why didn't Microsoft come out with HTML5/C# or VB combination? This blog is to help ASP.NET web developers understand XAML.
Sunday, March 17, 2013
Where's my Page_Load event?
The event OnNavigatedTo is probably the closest to your Page_Load event.
It occurs when the page is about to be displayed in a Frame.
No comments:
Post a Comment