|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I need help regarding the string. In HTML page i have a text field to enter Name. How do i check whether its valid name or not, on the server side. thx in advance with regards Rajneesh |
|
#2
|
||||
|
||||
|
What do you mean "valid" name? Do you mean it is being compared against names in a database? Or just that the user didn't enter gibberish?
|
|
#3
|
|||
|
|||
|
Hi Karsh,
Valid names in the sense 1. not null values. 2 .first char bcz the entered valued in the text field(i.e name) is send to the Oracle Database with luv Rajneesh |
|
#4
|
||||
|
||||
|
you need with either a simple bit of JS or some simple IF statements that check if the name is not = Nothing !!
- D# |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Validation for text field |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|