I have a ListView with a LinqDataSource. In the Edit Template we need to edit both the primary object and a related (1 to 1) child object.
In the past I have used code for all of this and manually handled Updates, but I am wondering whether there is a declarative way to get the LinqDataSource to handle it for me.
More specifically:
Is there a way to declaratively bind the child object to our edit inputs and if so what is the sytax?
Is there any way to declaratively bind a LinqDataSource item ("MyLinqObject") to the selected Item/Value of a DropDownList ?