Hi,
How to add a controlparamete r in the code-behind that is the equivalent in
the aspx file of:
<UpdateParamete rs>
<asp:ControlPar ameter ControlID="myID " Name="myname"
PropertyName="S electedValue" Type="String" />
</UpdateParameter s>
Thanks
Cas
How to add a controlparamete r in the code-behind that is the equivalent in
the aspx file of:
<UpdateParamete rs>
<asp:ControlPar ameter ControlID="myID " Name="myname"
PropertyName="S electedValue" Type="String" />
</UpdateParameter s>
Thanks
Cas
Comment