Click here to Skip to main content
15,913,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to fill the child gridview(nested) with empty textboxes when listbox under parent gridview is fired (items selected).i wanted an example of that thing to implement in my project. i want to bind the empty textboxes based on number listbox items selected in parent gridview.

What I have tried:

i have tried by finding child gridview but that could not do the trick.
Posted
Updated 9-Apr-17 5:05am

1 solution

If you using aspx then create user control and place the grid inside the user control. If you using mvc then create partial view.
 
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