Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi there can anybody pls inform me on how to use this code or how to reset bindings
inorder to refresh the data on the windows form i am at the end of my project and this tiny little
little problem



Public Sub ResetBindings ( _
metadataChanged As Boolean _
)
i have been able to save,update and delete data from the db,but the changes that i input don't show untill i exit the application and load the form again that's when the data appears
Posted
Updated 2-Dec-13 22:26pm
v2
Comments
abbaspirmoradi 3-Dec-13 5:35am    
if you use datagridview you should Bind the DataTable to a DataGrid, and when you change your DataTable it is reflected in the DataGrid
Member 10436009 3-Dec-13 8:57am    
i am not using datagridview,i am using a normal windows form with a database just that
MayurDighe 3-Dec-13 11:43am    
Which control or component are you using on Windows Form to Display values or data from database.....??

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



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