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

Master Pages - ASP.NET tutorial


This tutorial covers one of ASP.NET 2.0's most useful features as far as developing an identity for your site: Master Pages. A distinguishing characteristic of most well-designed modern Web sites is the consistent look and feel of each page within the site.

Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



ASP.NET Web Services : Asynchronous Programming
ASP.NET Web Services : Asynchronous Programming
A complete online chapter "Asynchronous Programming" from "Professional ASP.NET Web Services". Provides in depth information on how and when to implement syncronous and asynchronous processing using web services.
Category: ASP.NET tutorials - Difficulty:
Perform Web Load testing using Visual Studio
Perform Web Load testing using Visual Studio
Tutorial : Perform Web Load testing using Visual Studio
Category: ASP.NET tutorials - Difficulty:
Composite Control
Composite Control
After completing this tutorial, you will be able to:
Create a composite custom control
Create a composite User control
Recognize when each kind of control is appropriate
Category: ASP.NET tutorials - Difficulty:
Submitting Web Form data from one ASP.NET page to another
Submitting Web Form data from one ASP.NET page to another
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Category: ASP.NET tutorials - Difficulty:
PostBack to a different page
PostBack to a different page
Tutorial on how you can PostBack from one page to another. By default in ASP.NET 1.0 and 1.1 PostBack is done to the same page. We will see how we can get around this. Also, you will see how the PostBackUrl property in ASP.NET 2.0 makes this easier.
Category: ASP.NET tutorials - Difficulty: