Hi all
I have a radgrid with 1 detail table.
The master table retrieves data using a SQLDataSource ,a stored procedure and session value as a parameter - this works fine.
The detail table also uses a SQLDataSource and a stored procedure but the parameter for this is the key field from the master table and not a session field.
How do I go about grabbing the key field from the master and pass it to my stored procedure?
Any help greatly apprciated.