I want to display data in master details format implementing gridview within
gridview. That is selecting a master record will display the associated
details with that record.I also want to add the ability to add more details
rows corresponding to a master row when the user clicks on a button (like
add details). Similarly there will be a button with each master row which
one clicked by the user will add new master details information. I don't
want to do it using formsview or detailsview. IS this possible? Can anyone
sow me the way by sharing some code?
Thanks for all your help!!!