Home:ALL Converter>Insert column at runtime into datagridview and SQL Server database simultaneously C#?

Insert column at runtime into datagridview and SQL Server database simultaneously C#?

Ask Time:2016-02-24T00:21:46         Author:Usama Khan

Json Formatter

My datagridview is connected to a SQL Server database. I know how to add column at runtime into the datagridview.

But my question is that inserting column at runtime in datagridview creates a column also in database? If yes: why?

If no, how to add column simultaneously in datagridveiw and database at runtime?

Author:Usama Khan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/35582712/insert-column-at-runtime-into-datagridview-and-sql-server-database-simultaneousl
yy