Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have two gridview. the second gridview placed inside the firstgrid view.

When i bound the second grid, i want to get the first gridview bound values...

How it is possible...?

Thanks...
Posted

How did you placed the Second Grid inside first grid and how are you showing them ?
If you are displaying the item on first GridRowDataBound, or Row Command you can get the bound value from GridViewRow or fro EventArgs Item.
Check Details of RowDataBound[^]
 
Share this answer
 
Comments
gani7787 11-Aug-11 3:29am    
This will help us...
Bind Nested Gridview[^]
try this link

Bind Nested Gridview[^]
 
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