What do you associate the source list with? Say you are linking a list; You can always perform the following operations:
MMBRSODS.UpdateParameters["UserName"].DefaultValue = list.SelectedValue;
MMBRSODS.Update();
Thus, when delivering the default value, you can use the update, the parameter relies on this default value and passes it to the backend ... which control do you use to display the data?
NTN.
source
share