i am using c# code to display few rows os output in datagrid now i want to save this in one table in sql
to transfer data from a datagrid output yo a table in sql
Collapse
X
-
Tags: None
-
If you want to get correct answers to your questions you have to submit how did you came to the problem. In your case, what C# code do you use to display rows? There are hundreds of ways to display rows in Datagrid (actually there are two ways to display - with or without binding, and a lot of ways to get the data from SQL), and there are different ways to save the data to the SQL Server. The simplest way for the newbie is to use typed DataSet to retrieve/save the data.Originally posted by madhubabumallid ii am using c# code to display few rows os output in datagrid now i want to save this in one table in sql
Comment