E
Emrak
Hi all,
I wish to display a Gridview with master data and associated child data
"underneath" each gridview row. The child data will be displayed using a
Repeater. There are plenty of examples of nested web controls online but they
all use what I call a ".NET 1.1" style of coding. In other words, the
connection strings, dataadapter and datatables are all called and manipulated
in the page's codebehind ( you can view an example here:
http://www.dotnetspider.com/kb/Article1039.aspx ).
This methodology violates our methodology here in which an objectdatasource
calls a BLL which calls a DAL. Does anyone have any links or info on how to
create a Repeater nested in a Gridview utilizing a BLL and DAL?
I wish to display a Gridview with master data and associated child data
"underneath" each gridview row. The child data will be displayed using a
Repeater. There are plenty of examples of nested web controls online but they
all use what I call a ".NET 1.1" style of coding. In other words, the
connection strings, dataadapter and datatables are all called and manipulated
in the page's codebehind ( you can view an example here:
http://www.dotnetspider.com/kb/Article1039.aspx ).
This methodology violates our methodology here in which an objectdatasource
calls a BLL which calls a DAL. Does anyone have any links or info on how to
create a Repeater nested in a Gridview utilizing a BLL and DAL?