I am trying to create a member page to update account information. I want to fill out a form with member data, but I donβt know how to set a filter on EntityDataSource to limit the request.
When I set the select statement based on the identifier of the element, I get an error
Select cannot be set if EnableDelete, EnableInsert, or EnableUpdate is enabled.
I think this is because you cannot update the projection or something like that, but still around?
Or do I need to run a request in Page_Load and fill out the form myself?
John bubriski
source share