Reference | Demo | Source | Description |
8.1 | Example0801.aspx | Example0801.aspx source | A simple Required validation example. |
8.2 C# | Example0802.aspx | Example0802.aspx source | A RangeValidator with a RequiredValidator. |
8.2 VB | Example0802VB.aspx | Example0802VB.aspx source | A RangeValidator with a RequiredValidator. |
8.3 | Example0803.aspx | Example0803.aspx source | Using the CompareValidator to compare to form fields. |
8.4 | Example0804.aspx | Example0804.aspx source | Using the RegularExpressionValidator to validate common form elements. |
8.5 C# | Example0805.aspx | Example0805.aspx source | Using a custom validator. |
8.5 C# | | Example0805.aspx.cs source | Codebehind. |
8.5 VB | Example0805VB.aspx | Example0805VB.aspx source | Using a custom validator. |
8.5 VB | | Example0805VB.aspx.vb source | Codebehind. |
8.7 | Example0807.aspx | Example0807.aspx source | Validation summary example. |
8.8 C# | culmination.aspx | culmination.aspx source | Culmination of all validation controls example. |
8.8 C# | | culmination.aspx.cs source | Codebehind. |
8.8 VB | culminationVB.aspx | culminationVB.aspx source | Culmination of all validation controls example. |
8.8 VB | | culminationVB.aspx.vb source | Codebehind. |
8.11 | Example0811.aspx | Example0811.aspx source | EmailBox VControl example. |
8.11 C# | | EmailBox.ascx Source | EmailBox User Control Source. |
8.11 C# | | EmailBox.ascx.cs source | EmailBox User Control Codebehind. |
8.11 VB | | EmailBoxVB.ascx Source | EmailBoxVB User Control Source. |
8.11 VB | | EmailBoxVB.ascx.vb source | EmailBoxVB User Control Codebehind. |