Mahesh Devikar

Mahesh Devikar

  • NA
  • 152
  • 12.6k

How to save Gridview Rows into database in Transpose form.

Oct 22 2016 12:17 AM
Dear Friends,
 
I have Gridview as shown below...
 Project Name    Field1 Field2 Field3
 Project01 10   20  15
 Project02 25 5 3
 Project03 15 18 25
 
 
My data base table has two coulmn and i want to store above input as shown below
 
 Column1 Column2
 Project01 10
 Project0120
 Project0115 
 Project0225 
 Project02
 Project02
 Project0315 
 Project0318 
 Project03 25
 
 How can i write SQL Procedure and C# code?
 
 Any suggestion?
 
 Thanks in advance.
 
 

Answers (2)