Question update data issue

mgmanoj

New member
Joined
Dec 4, 2010
Messages
2
Programming Experience
Beginner
I have created simple windows form application to populdate data from sql database and on login i am capturing some default values for that user. selecting the value of combobox as default for the user as defined in preference with user i have defined in database

if user clicks on those values - it works fines and saves but if user does not click that combobox as that values going to remain same for many records - it does not get saved to database what i am doing wrong ?

I am loading all values at form load , i have created method - also i call that method on add new button but it does not load for next record ?
 
Back
Top