|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
validation
hi,
this is for the validation of the characters. Private Sub txtTitle_KeyPress (KeyAscii As Integer) Dim char As String char = Chr(KeyAscii) If char >= "0" And char <= "9" Then KeyAscii = 0 End If End Sub can i have the validation for numbers. thank u! |
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > validation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|