I'm trying to access the value of a text box that has been bound=
to a data table=2E The binding is working and the value is=
displayed in the text box=2E=2E=2E however, when I try to access the=
value (because I need to make a calculation based upon it), all=
I get is an empty string=2E
HERE's THE BINDING
txtBalanceDue=2EDataBindings=2EClear()
fldBind =3D New Binding("text", dt, "Balance")
AddHandler fldBind=2EFormat, New ConvertEventHandler(AddressOf=
DecimalToCurrencyString)
AddHandler fldBind=2EParse, New ConvertEventHandler(AddressOf=
CurrencyStringToDecimal)
txtBalanceDue=2EDataBindings=2EAdd(fldBind)
HERE'S THE CODE TRYING TO ACCESS THE TEXT BOX TEXT VALUE
dim val as string
val =3D txtBalanceDue=2Etext
val is an empty string ("")
I'm obviously missing something simple here and Would appreciate=
any help=2E
TIA,
SA Watters
--------------------------------
From: Susan Watters
-----------------------
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)
<Id>CxQfhZPmX0qivgeNawZbdg=3D=3D</Id>