c# - dynamically create detailsview and gridview insdie details view -


i learning .net , using c# language. creating application there 3 tables. 1] person 2] crime 3] charges

relation between tables  1<2 (one many)  2<3(one many) 

i have created gridvew person name linkbutton, when user click button should show details view of crimes each crime includes 1 or many charges crime in details view should show charges related crime underneath in gridview

please me figure out this. sure there must way running in circle , end getting nothing.

thank in advance!!!

hp


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -