Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have parent Gridview in that i created imagebutton as templatefeild,
now whenever i click on imagebutton i have to create n level of nested gridviews with image buttons and their parent realtion with child .please suggest me how to do?
Posted
Updated 24-Apr-12 20:44pm
v2
Comments
Sandeep Mewara 25-Apr-12 2:59am    
N-level nested grid? What kind of data model you have and the scenario to implement it?
trureddy 26-Apr-12 2:38am    
hi sandeep.my scenario like this
1.i have Gridview1 in that one image field added as templatefield
when i click on that image i have to show gridview2.
2.gridview2 also have image
3.if i click gridview2 image means i have to show girdview
like n level based on data
how to achieve this ? please suggest me how to do ?

1 solution

Hi ,
See this link maybe it will help
Here[^]
Best Regards
M.Mitwalli
 
Share this answer
 
Comments
trureddy 26-Apr-12 1:36am    
Good Answer, But I want n level gridview with controls like Edit,Update,Delete and Add
Mohamed Mitwalli 26-Apr-12 15:58pm    
Hi ,
it's okay , First you can add Gridviews as much as you want and for Add,Edit and delete it's easy task you can do it :) and if you need any help we all here to support you .
Best Regards
M.Mitwalli
trureddy 27-Apr-12 1:26am    
Hi,
i added gridviews as much i want, but if i click on Edit/update/delete in chidgridview ,the chidgridview not Displaying, it postback into parentgrid,that time again i want to click the image then only chidgridview is showing with editable textboxs.that's the problem.
if u have any code can u plz share to me...

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