Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Performing custom validation - ASP.NET tutorial


Demonstrates how to use custom validation on a form by checking to see if a string in a TextBox is not the same with a string from an array (or database), case in which it displays 'This name is already taken'.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Writing Your First ASP.NET Page
Writing Your First ASP.NET Page
Given that all the prerequisites and ASP.NET are installed, this tutorial walks you through writing ASP.NET pages of your very own.
Category: ASP.NET tutorials - Difficulty:
Microsoft .NET Overview
Microsoft .NET Overview
The Microsoft .NET Framework is a software technology that provides a new programming interface to Windows services and APIs, and an amazing convergence of many technologies. The Microsoft .NET Framework is a set of languages, including C#, J#, and VB.NET; a set of development tools, including Visual Studio .NET; a comprehensive class library for building web services and web and Windows applications; as well as the Common Language Runtime (CLR).It also includes the Base Class Libraries (BCL), offering ways to utilize Collections, I/O, networking, among others. A complex stack of libraries is built on top of the BCL, including technologies like ADO.NET for database access, XML APIs to manipulate XML data, and Windows Forms to display rich user interfaces (UIs). These components collectively form the largest part of the Microsoft .NET Framework.
Category: ASP.NET tutorials - Difficulty:
Control Potpourri
Control Potpourri
ASP.NET has always evolved with the goal of reducing the effort developers must expend to get their Web sites up and running. One of the things you'll find as you tour ASP.NET is that Microsoft has done a great job of anticipating what the developer needs and putting it in the framework.
Category: ASP.NET tutorials - Difficulty:
ASP.net the wonders of masterpages
ASP.net the wonders of masterpages
This is a simple tutorial that will guide you through the main aspects of masterpages with asp.net 2.0.
Category: ASP.NET tutorials - Difficulty:
Creating a Login/Password Script
Creating a Login/Password Script
A simple tutorial on creating a login/password script using ASP.NET and Microsoft Access Database.
Category: ASP.NET tutorials - Difficulty: