On 17 Aug, 18:07, "Seth Williams" <me-h...@yahoo.com> wrote:
> I've got a DetailsView I'm using with the Default mode being INSERT
> I have an XSD using the INSERT stored Procedure, and I have a Members class,
> which uses the XSD
>
> My question - -
> When I choose the Members class for the Object DataSource, it detects the
> parameters of the Insert_Members method. I want them to come from the
> DetailsView - -
> When configuring the Object DataSource, it gives me choices like session,
> querystring, etc for where the data is to populate the *parameters.
>
> How do I do this, with a DetailsView?
Choose the Control option. You will then be presented with a list of
data bindable controls on the page.
HTH
|