A
Angel
How can I validate the source of the data in a textbox? In my program, the
text in textboxY can be changed by the user typing in data or by the user
double-clicking a datagrid (which will copy the data to the textbox). I want
to disable a button if the user enters data manually (not when he/she
double-clicks on grid). How can I distinguish from those two? I wanted to
use TextChanged but they both fire that trigger.
Thank you,
Angel Monson
text in textboxY can be changed by the user typing in data or by the user
double-clicking a datagrid (which will copy the data to the textbox). I want
to disable a button if the user enters data manually (not when he/she
double-clicks on grid). How can I distinguish from those two? I wanted to
use TextChanged but they both fire that trigger.
Thank you,
Angel Monson