Hi Gurus,
I am implementing a master-child relationship using the example at:
as my guiding-shining light.
The example retrieves the child data using a sql statement in the aspx page itself. We try to keep all our
data access restricted to the Data layer. Therefor we have a stored procedure to fetch that data
for the child table. But I am unsure as to how to hook up the child grid to the stored proc in our data access layer ...
Any pointers?
Ok .. i think I found the answer here: