hello. is it possible for the gridview template to include another gridview? for example: in my gridview, I populated it by the list of Job requests that was assigned in a service engineer. It was from table JOB_ASSIGN in database. It includes: Assign_No, Assign_Date, and Job_No. When I selected one record, the current page suppose to view another gridview of the table JOB_REQUEST from database that includes Description and type Is it possible for may first gridview to view another gridview once I selected a row on it?
thank you very much. I search for these, but no luck.
*C#
*asp.net
*ms sql