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
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.