Click here to Skip to main content
15,881,840 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
code to transfer user selected rows from one gridview to another gridview in one webform in asp.net c#
Posted
Comments
Richard C Bishop 21-May-13 14:17pm    
Ask google.
David_Wimbley 21-May-13 15:31pm    
TheKarateKid 21-May-13 15:55pm    
If I am not wrong, I think you want to transfer the data (select row' column values) from first GridView to the second GridView. If this is true, then first you would need to access the selected values (By making use of RowIndex and DataKeys combination. then adding these selected values to second GridView' data source and rebinding it.

Refer to below link

Move Selected Gridview Rows to Another Gridview in Asp.net[^]

It will be helpful.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900