| October
26th 2005
Numbers
and Databinding
Following on from
getting numbers to display and edit on a datagrid - the slightly
easier but annoying issue of displaying numeric values in a text
box or similar that is to be databound.
Simply write parse
and format handlers for the databinding, ones that understand null
values, apply the numeric format required... See here for some example
code in VB.NET
|