I'm stumped!
What is the best way to programmatically set a select option for a control EntityDataSource?
In particular, I want to use the Page.User.ProviderUserKey file to get an entry in the user table of user information that I have for the DetailsView element.
I saw the code using asp:ControlParameterto pull the value from the control, but it almost seems like a hack for my situation. I do not need an additional control to set the parameter value.
Any ideas? Thanks in advance!
source
share