C
Cas
Hi,
How to add a controlparameter in the code-behind that is the equivalent in
the aspx file of:
<UpdateParameters>
<asp:ControlParameter ControlID="myID" Name="myname"
PropertyName="SelectedValue" Type="String" />
</UpdateParameters>
Thanks
Cas
How to add a controlparameter in the code-behind that is the equivalent in
the aspx file of:
<UpdateParameters>
<asp:ControlParameter ControlID="myID" Name="myname"
PropertyName="SelectedValue" Type="String" />
</UpdateParameters>
Thanks
Cas