Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i have a gridview, gridview1 which has all the event names with EventID as primary key from table tblEvent.

now i want to populate another gridview, gridview2, from another table tblTime based on the EventID selected from gridview1. tblTime has EventId as foreign key.

can anyone help?
Posted
Comments
Albin Abel 10-Mar-11 5:03am    
Handle the selection changed event and populate the second grid. What was the problem
nagendrathecoder 10-Mar-11 5:13am    
What problem you are facing?

1 solution

 
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