C# ASP.NET Error message when non-numberic value in 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 18:48 UTC
Read the original article Hit count: 201

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