Typed Dataset and Numeric Only Fields in VB.Net 2005 ?

L

Luqman

My textbox is bound to Typed Dataset, with a Numeric Field, I want the user
should not type anything in textbox except Numeric, how can I ?
The data type is : Sql Server Decimal(5,2)

Currently, VB.Net automatically raise error on lost focus of textbox, but I
don't want user to type anything else except Numeric, any property to be set
in Textbox?



Best Regards,

Luqman
 

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

Top