hai.In .net iam doing one application.In that one grid contain the id values.When we click on one values that id information is placed in another grid.And when we select another id then print the both id numbers information on second grid.Both grids are in same page side by side.Please give me any suggestions.
hai.In .net iam doing one application.In that one grid contain the id values.When we
Share
In first Gridview you can use
SelectedIndexChangedevent to read content of selected row and at the same time you can insert that row into second grid.