Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Inserting a Common Navigation Using .Net - ASP.NET tutorial


This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself. Technologies used are the System.XML, System.Net, and System.IO .Net classes.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Running ASP.Net on Windows Server 2003
Running ASP.Net on Windows Server 2003
Read this tutorial if you're getting a 404 error while deploying an ASP.Net application on Windows Server 2003.
Category: ASP.NET tutorials - Difficulty:
Using CultureInfo to modify output
Using CultureInfo to modify output
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings.
Category: ASP.NET tutorials - Difficulty:
Site Map and Bread Crumbs for your website
Site Map and Bread Crumbs for your website
Using ASP.NET 2.0 it is very easy to create a site map of your website. One of the things you can do with a site map is build a bread crumb navigation style, which we will cover in this tutorial.
Category: ASP.NET tutorials - Difficulty:
Tutorial : Policy Injection Application Block - Enterprise Library
Tutorial : Policy Injection Application Block - Enterprise Library
Tutorial : Policy Injection Application Block - Enterprise Library
Category: ASP.NET tutorials - Difficulty:
Custom Rendered Controls
Custom Rendered Controls
System.Web.UI.Page manages a list of server-side controls, and it's the job of each server-side control to render a particular portion of the page. ASP.NET broadly classifies server-side controls into two categories:

Rendering controls (controls that completely manage the rendering process)

Composite controls (multiple server-side controls bundled into a single unit)

This tutorial focuses on the first type: custom rendered controls. We'll see how the control works once it's part of a Web page. Along the way we'll cover topics such as how controls manage events and how they detect the differences in client browsers.
Category: ASP.NET tutorials - Difficulty: