How to Produce an Error message when non-numeric value entered in ASP.NET textbox?

Posted by ilkdrl on Stack Overflow See other posts from Stack Overflow or by ilkdrl
Published on 2010-05-09T15:16:41Z Indexed on 2010/05/09 22:38 UTC
Read the original article Hit count: 273

Filed under:
|
|
|
|

If a user enters a non-numeric value into the textbox and presses button, I should see an "ERROR" message in a label.

How can I achieve this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET