Click here to Skip to main content
15,908,901 members

Comments by Richard chiu (Top 10 by date)

Richard chiu 30-Jun-16 22:38pm View    
it seems like you haven't pass Form1 to dataUpdate instance when initializing it (in your dataUpdate class there is no way to pass Form1 so you will need to add an initializer) and also make sure you have a datagridview named DatagridView1 in Form1. Another way of doing this would be adding a parameter to setGrid() and passing it the DatagridView1 control.
Richard chiu 8-Sep-15 5:37am View    
what is the error
Richard chiu 12-Jul-15 21:04pm View    
What is your PuRPOSE of having so many state cOMbobox on a SingLe page I am asking to see lf I can proVIde A more APRROPriate solution
by the way you could simply provide A bindingsource for each city and in the selectioncHAngEcomMittED event you simply use if or SwitCH case to filter the AppROPRIate binding source as per the sender name
Richard chiu 11-Jul-15 5:35am View    
sorry, I am not not sure what you are trying to point out. Is it a problem with the code I have posted or you have other issue besides the initial one you have posted.
Richard chiu 8-Jul-15 22:38pm View    
why was this answer down voted, I have tried to give a solution which was direct to the question asked and I know that this works because I have written a time attendance system years back and it is still on the market at present.