Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
first show in grideview and after in detailsview
Posted
Comments
[no name] 9-Jul-14 12:38pm    
Sorry? Did you mean to ask some sort of a question?

1 solution

First Bind Data to GridView and create RowDataBound Event of grid view so When First row is bound in grid view you can bind your detailsview using Id of recently binding row.


Refer this link http://asp-net-example.blogspot.in/2008/11/aspnet-gridview-rowdatabound-event.html[^]
 
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