witecloner
Well-known member
- Joined
- Feb 12, 2009
- Messages
- 45
- Programming Experience
- Beginner
Dear again all, Could anybody tell me how to update binding source? I mean just update some columns, not for all columns. Example :
I have table which there have five columns :
CustID, CustName, CustAddr, CustCiy, and CustFlag.
If i used bindingsource1.endedit, then i update dataset and accept changes the sqldataadapter, it will update row for all of columns. In my case, i just want to update the CustFlag Column. But i don't know how to do it ...
Thank's
I have table which there have five columns :
CustID, CustName, CustAddr, CustCiy, and CustFlag.
If i used bindingsource1.endedit, then i update dataset and accept changes the sqldataadapter, it will update row for all of columns. In my case, i just want to update the CustFlag Column. But i don't know how to do it ...
Thank's