Guest Ravi Kumar12233 Posted January 18, 2021 Posted January 18, 2021 Hello all , I am very new to c# and visual studio In my winform application , i have two table as data source : 1. Entry form 2. Master rejection reason Now i need to fetch the rejection reason from one table and save the same on the entry form table ,Now when i bind these combo box to the rejreason table by creating a binding source , all the three combo boxes are updating with same value , and irrespective of the ID number where my entry is doing it is starting to save from the first row only , for example if Idon't enter the rej reason for first two rows and if i enter the rej reason for third row , the data is getting saved for 1st row only , kindly help me how to solve this , and kindly ask me if anything else is needed.. the design can be seen in attached images: Continue reading... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.