Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i a using a binding source let it be a binding source for table called Doctors(table in datacontext)
and let its name DoctorsBindingSource
and iam using a binding navigator which is linked to this binding source
i have a text field bound to DoctorsBindingSource.FirstName

my problem that i want to know that some one edits this text field and i handle that in the event validated
but when we open the form validated event is handled as the result of DoctorsBindingSource.CurrentChanged Handling
i want something to refer me (maybe bindingSource event or bindingnavigator event)that text box validated event is handled now when binding occurs
or it is handled when binding finsihed (normal state)
has any idea
Posted
Comments
oula alsheikh 27-Dec-14 5:37am    
please any one has answer??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900