datagridview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rush81
    New Member
    • Feb 2008
    • 6

    datagridview

    hi all,

    i'm trying to populate a datagridview using stored procedure. some of the fields are hidden in the DGV, also i have added to new columns to the DGV.

    now i want to store the columns in the DGV along with the hidden columns in a new table. can anyone tell me how do i go about this?

    i'm not very sure what the update does bcos in my my case the DGV is populated with fields from multiple tables but i want to save the data in a new table.

    please respond asap. thanks in anticipation.

    Regards....
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    can you please pass more information on the problem.

    Comment

    • rush81
      New Member
      • Feb 2008
      • 6

      #3
      the stored procedure comes with 10 fields , I display only 5 of them on the datagridview, the rest I hide. Also i have added 2 new columns to the datagridview.

      Now i want to save this information in a new table with all the 12 fields.

      i hope i'm clear this time....i have no idea how i would save these 12 fields in a new table. i do not want to update the tables from where i get the data.

      Comment

      Working...