Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i hav a gridview and i added checkboxes in gridview

user selects a chkbox in gridRows and when ever he click on button the particular row must be display in another gridview

how can i do this?
Posted

1 solution

You are talking of a scenario Master-Detailed Grids.
Here you go:
Master/Detail Using a Selectable Master GridView with a Details DetailView[^]
Displaying Master/Detail Data in a GridView[^]

Trigger to update the detail view might vary. You have a checkbox click, another way to select a row.
 
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