Check for decimal

  • Thread starter Thread starter David C
  • Start date Start date
D

David C

Is there a way to check a control for a whole number? e.g. 43.5 is bad but
43 is ok? Using VS2005 and Net 2.0 Thanks.

David
 
David said:
Is there a way to check a control for a whole number? e.g. 43.5 is
bad but 43 is ok? Using VS2005 and Net 2.0 Thanks.

David

Use a regularexpressionvalidator with the expression ^\d*$
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top