Hi to all ,

In a form what validation should be applied for the textbox of "Full Name" field ,

so that if anybody enters any Numeric value or invalid characters
in the textbox an alert should be given as :-

" Invalid value entered ! Please Enter Non- numeric value or
Valid alphabetic characters of your Name in the textbox " .

Please suggest me the right validation codes for the Name field.

Thanks & Regards.

by this I'm assuming you mean the regular expression? I'm assuming your validating clientside with javascript and further validation server-side incase javascript is disabled.

What characters can the user input? Can they use as many spaces as neccesary?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.