Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

The ASP.NET Page Life Cycle - ASP.NET tutorial


This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



ASP.NET 2.0 Absolute beginners
ASP.NET 2.0 Absolute beginners
The basics of setting up a .net web application. When I first moved from classic asp to asp.net it took me a while to get to grips with the structure of a .net web app and the event driven methods of an asp.net web page. Hopefully this tutorial will give you an idea of how to get started.
Category: ASP.NET tutorials - Difficulty:
Creating Line, Bar and Area Charts with ASP.NET
Creating Line, Bar and Area Charts with ASP.NET
Part 3 of a Multipart Series - In this tutorial we will learn how to create line, bar, and area PNG charts on the fly and incorporate them in our website statistics application. Specifically, we will create area charts of daily visits and page views for the last 12 months, and display them in the reports section of our application. Again, all code has been explained in detail, and is available for download.
Category: ASP.NET tutorials - Difficulty:
Change Page Dynamically at runtime
Change Page Dynamically at runtime
ASP.Net has introduced one neat feature called themes by virtue of which we can assign different themes to page at design time. Unfortunately there is no built in support to change page themes at runtime. Here is a simple code which can be used to change page themes at runtime
Category: ASP.NET tutorials - Difficulty:
Gate to Delegates in VB.NET
Gate to Delegates in VB.NET
This article explains what are "Delegates"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of "Delegates".
Category: ASP.NET tutorials - Difficulty:
ASP.NET: An Introduction
ASP.NET: An Introduction
ASP.NET is not just the next version of ASP: it's the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. This article talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.
Category: ASP.NET tutorials - Difficulty: