I have a Textbox
in Windows form and i want to do some calculation when user enter value . But Problem is that when my form load the Textbox_TextChange
event fire because binding source fill 0 in the text box. So How can i do that .
Many thanks