Hi Tom,
Show some code how you fill your textbox (probably bound it), than I try to
tell you how you get your information from the source, mostly that needs
less (more unified) code.
Cor
> It confirms what I suspected.
> Most, but not all of the textboxes are bound to columns in
> a dataset. I presently loop over all the controls as a
> convenient way to do the validation. It avoids having a
> bit of specific code for each column.
> Is there an easy way using only the information from the
> textbox object (including the binding information) to get
> the value of the underlying data? If so then I could
> manage to make this work without a major architectural
> change.
>
> thanks
|