String Functions
IntCharacters = txtText.Length
.ToLower - changes characters to lower case
.ToUpper - changes characters to upper case
Validation Controls - ensures input is correct - could include: user must enter something in box or entry must be between eg. 1-10
Required Field Validator
If txtFirstName.Text()" " Then
continue
End If
Monday, July 27, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment