
Data-bound Masked Edit makes all data-bound controls not display data
I'm trying to use a Masked Edit control in VB.net to display data from
a dataset on a Windows Form. If I specify any kind of mask, the whole
form full of data does not appear. But if I don't specify a mask, the
masked edit and the rest of the data-bound controls on the form appear
just fine.
The masks I've tried are "0.00", "9.99", and "#.##". The field is
defined as "money" in the database (SQL Server 2000) and "decimal" in
the DataSet.
Any suggestions?
Thanks!
-Stephen