asp.net - validation regularexpression -


I have in the text box that the user has to enter text only. The user should not even enter marks and special characters. Thanks to me

Only letters and spaces, together at least one: ^ [ A-Za-z] + $


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -