S
Seth Williams
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?
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?