I am using Visual Web Developer and the form contains two SQLDataSources that are linked to two GridViews.I am trying to link a parameter in the first SQLDataSource component with a field returned by the other SQLDataSource component. Both contains a stored procedure that returns a set of data that has a master/child relationship. I cannot find any obvious way of doing this which is a very simple task on other platforms.
To link a parameter to an input control is trivial but I want the data in the second Griview to show a different set of data depending on the user selection in the first Gridview.
Would be very grateful for any pointers in the right direction.
TCooper.
To link a parameter to an input control is trivial but I want the data in the second Griview to show a different set of data depending on the user selection in the first Gridview.
Would be very grateful for any pointers in the right direction.
TCooper.
Comment