c# - How do I update changes in a datagridview back to the database? -


i use datatable source datagridview. how save changes made in datagridview database?

i think have call update method of adapter when want save changes.

http://msdn.microsoft.com/en-us/library/system.data.common.dataadapter.update%28v=vs.100%29.aspx


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -