|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#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 |
|
|
|
|
|
|