Parameter master-child gridview

Arg81

Well-known member
Joined
Mar 11, 2005
Messages
949
Location
Midlands, UK
Programming Experience
1-3
Hi,

Not sure whether this is possible.

I "fill" a gridView by selecting a value from a combo-box, pretty much a standard master-child view.

However, in the gridView is a column "CType". this is set to either 1,2,3 or 4.

The values of the matching CTypeID are in another table.


Can I fill another gridView based on the column value in the first grid?

Regards,
 
Do you mean at the moment the row is selected?
 
yes. So when the user selects a row from the dropdownlist, the first grid is shown with the child data. The column in the grid "CTypeID" needs to then set what is shown in the 2nd grid (pretty much on the fly so to speak).

Most of my programming exp. is in VB.net, I've now moved across to doing some ASP.net stuff. I can do this in VB, but know it's slightly different in ASP.....
 
Last edited:
Ah, you try to do this webbased? Sorry, don't know about that. Anyone else?
 
Back
Top