Re: HDI: Fetch.Child datasources in web forms UIRe: HDI: Fetch.Child datasources in web forms UI
Old forum URL: forums.lhotka.net/forums/t/7836.aspx
superkuton posted on Tuesday, October 20, 2009
To explain it a bit more:
In windows apps devt, when I want to create a master-detail/parent-child edit form I just create the datasource of the parent object. The datasource for the child object is automatically attached to the parent datasource.
I just drop the parent datasource in details mode to the windows form. Then I just drop the attached child datasource to the datagridview.
In web forms devt, I want to use a detailsview and gridview to present the master-detail/parent-child details for CRUD operations.
My question is, how do I create the child CslaDataSource and configure it for my edit web form?
Thank you.
Copyright (c) Marimer LLC