Input and Data Validation

 Rate It (0)

Garbage in, garbage out. You can avoid data cleanup tasks on the backend by avoiding bad data coming in.  ASP.NET validation controls and third party validation controls help you receive the right data in the right format.  In addition, the AJAX Control Toolkit employs extenders that can prevent invalid data from being entered in the first place.  For instance, the FilteredTextBoxExtender can prevent unwanted characters from being entered into the textbox.  The MaskedEditExtender restricts the format of the input being entered.

Whitepapers

How To

Controls

Resources

Podcasts

Video

Revision number 8, Thursday, July 10, 2008 5:43:02 PM by bmains

Comments

Related Articles

Validation Controls

ASP.NET Validation Controls are powerful server controlsthat areused for validating user input. These controls provides both server side and client side validation. The client side validation featurescan be used to give your users an improved UI experience

RangeValidator

The RangeValidator control tests whether an input value falls within a given range. RangeValidator uses three key properties to perform its validation: ControlToValidate contains the value to validate, MinimumValue defines the minimum value of the valid range

Improve Perfomance in ASP.net

While developing any web site, one should keep some points in mind. 1) Set debug=false under compilation as follows: compilation default Language="c#" debug="false"> 2) Use Server.Transfer instead of Response.Redirect. 3) Always check

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. mbanavige (13)
  2. srinivaskotra (3)
  3. Babunareshnarra (2)
  4. rdmartin33 (2)
  5. XIII (2)
  6. yrb.yogi (1)
  7. Dungimon (1)
  8. ali62b (1)
Microsoft Communities