textbox allow only letters

前端 未结 4 1084
余生分开走
余生分开走 2021-01-25 01:42

I need some help with a textbox:

The textbox is only allowed to contain letters. how do I do this?

4条回答
  •  有刺的猬
    2021-01-25 02:41

    Check here : How to make Textbox only accept alphabetic characters, there are some different approached to choose from.

    Edit: I see on the tags that we are talking asp.net, which the question I mentioned discusses the problem from a WinForms perspective. Might be that you want to do something similar using the onKeyPress event in JavaScript instead.

    This article on w3schools.com contains an example code that may do exactly what you are looking for.

提交回复
热议问题