Check for decimal

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
 
R

Riki

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top