Click here to Skip to main content
15,904,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Please help since this is my first project i need your valuable suggestions

I have the below tables
Table Name           PrimaryKey      ForeignKey

CustomerDetails       CustomerId       userid
ItemParent             Dono            CustomerId
Items                  sno             Dono



My UI(To print) consist of 3 Textboxes --- value from CustomerDetails
Detail View -- value from CustomerDetails
Grid view --- Value from Items,ItemParent

My confusion is when i select a dono all this control should display related information related to that dono. How do i do this?

Thanks
Posted
Updated 29-Nov-11 2:10am
v2

1 solution

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