Hello all,
I am trying to use the code below to get the length of webtextfield. It always returns 2, even though there are >20 characters in the field.
What am I doing wrong?
Dim L As Integer = Self.fldChars(Index).Text.Length
Thanks,
Tim
2 posts - 2 participants