to transfer data from a datagrid output yo a table in sql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madhubabumallidi
    New Member
    • Jan 2007
    • 12

    to transfer data from a datagrid output yo a table in sql

    i am using c# code to display few rows os output in datagrid now i want to save this in one table in sql
  • almaz
    Recognized Expert New Member
    • Dec 2006
    • 168

    #2
    Originally posted by madhubabumallid i
    i am using c# code to display few rows os output in datagrid now i want to save this in one table in sql
    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.

    Comment

    Working...