Monday, July 27, 2009

Semester 2 Week 2 28/7/09

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

No comments:

Post a Comment