S
staeri
I want to replace a textbox with a dropdown in my FormView but I'm
unsure of how to change the update parameters so that the value in the
dropdown is saved.
Right now I'm using:
<UpdateParameters>
<asp
arameter Name="AccountGroup" Type="String" />
</UpdateParameters>
This works when AccountGroup is in a textbox, but not in a dropdown.
What should I change?
Regards,
SE
unsure of how to change the update parameters so that the value in the
dropdown is saved.
Right now I'm using:
<UpdateParameters>
<asp
</UpdateParameters>
This works when AccountGroup is in a textbox, but not in a dropdown.
What should I change?
Regards,
SE