Jump to content
Software FX Community

Child Data - 3rd group


mammal

Recommended Posts

Posted

using the web forms designer, I have attempted to introduce a 3rd group of detailed data (Region-Country-City).  Following the same logic as the previous child grid (which works!), i have identified the dataparameterfield for the 3rd child grid and associated the grid with a sqldatasource object, which points to a stored proc that accepts one param (int).

 When  running the form, drilling to the third level invokes an error: Could not find control 'Grid2' in controlParameter 'CountryID'

 

Can you shine a light on this.?

 

Thanks 

Posted

managed to resolve....all my sqldatasources had resided out with the gridfx mark-up. this worked fine for a 2 level hierarchy, but when i introduced subsequent levels the associated sqldatasources had to be embedded within the nested grids.

cheers 

Posted

I'm glad you found a solution.  I will see why the data source controls have to reside within the grid's template after 2 levels.  It shouldn't be that way.

Thanks again!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...