0
Answer

how to transfer data from gridview from one page to anoother page gridview

Photo of charan sekhar

charan sekhar

15y
2.5k
1

how to transfer data from one gridview to another gridview page

hi iam using asp.net with c#
in my gridview 1st column is checkbox
select    productname       price    quantity                 total
()         rose                     124               6                  1 24*6
()         biscuits                345              89                 345*89
()          choclate              670            45                   670*45
                                                                              =======
                                          
 when user click next button then which ever row is checked then data is transfer to other page and displayed in gridview
 
 
can you give me suitable example for this

Answers (0)