Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Validate using RequiredFieldValidator - ASP.NET tutorial


In this tutorial you'll find out how to validate a TextBox and RadioButtonList control on a webform using RequiredFieldValidator, which will show a warning and stop the submission of the form if a required field has no value.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



.NET Framework Overview
.NET Framework Overview
NET is essentially a system application that runs on Windows. The heart of .NET is the .NET Framework. The most important component of the framework is the CLR as the heart and soul of the .NET architecture. Every application written using the Framework depends on the CLR. Among other things, the CLR provides a common set of data types, acting as a foundation for C#, VB, and all other languages that target the .NET Framework. Because this foundation is the same no matter which language they choose, developers see a more consistent environment.
Category: ASP.NET tutorials - Difficulty:
Creating a Website Statistics Application – How to Track Unique Users and Page Views?
Creating a Website Statistics Application – How to Track Unique Users and Page Views?
In this tutorial we will learn how to develop a website tracker using ASP.NET 2.0 (C#) that will allow us to track unique users and page views on a daily, monthly and yearly basis.
Category: ASP.NET tutorials - Difficulty:
Setting up your ASP.NET server (IIS)
Setting up your ASP.NET server (IIS)
A guide that shows you how to install IIS server and configure it to work with ASP.NET, not just with ASP.
Category: ASP.NET tutorials - Difficulty:
Cross-Page Posting Example
Cross-Page Posting Example
So many years ago, while studying with ASP 3.0, it was very difficult to receive form pasting from another ASP page even it used to do with ASP.NET 1.x. But .NET 2.0 comes with some new feature line Cross-Page Posting. So what's cross-page posting: clients can post values from one page to another and another ASP.NET page can easily take response.
Category: ASP.NET tutorials - Difficulty:
Contact Form in ASP.NET
Contact Form in ASP.NET
It's easier than Classic ASP to send email within an ASP.NET application. All you need is to use SmtpMail class in your application. Current example uses SmtpMail class to send a web message to your email. You may use it with copying and edit a few lines in code.
Category: ASP.NET tutorials - Difficulty: